From 1b3adc4529b3ebf859be6d8aecc355474a7c8fcb Mon Sep 17 00:00:00 2001 From: bakerboy448 <55419169+bakerboy448@users.noreply.github.com> Date: Sun, 7 Sep 2025 12:08:30 -0500 Subject: [PATCH] docs: Fix typos in bug report template labels and descriptions [skip ci] --- .github/ISSUE_TEMPLATE/bug_report.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 725256a93..ac5a5cdea 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -4,15 +4,15 @@ labels: ['Type: Bug', 'Status: Needs Triage'] body: - type: checkboxes attributes: - label: Is attest that there is not an existing issue for this? + label: I attest that there is not an existing issue for this? description: Please search to see if an open or closed issue already exists for the bug you encountered. If a bug exists and is closed note that it may only be fixed in an unstable branch. options: - label: I have searched the existing open and closed issues required: true - type: checkboxes attributes: - label: I attest is not related to a Cardigann YML Indexer. - description: Please search to see if if this is for a tracker [that is yml-based (Cardigann)](https://github.com/Prowlarr/indexers) these are synced to Prowlarr/Indexers from Jackett/Jackett. + label: I attest this is not related to a Cardigann YML Indexer. + description: Please search to see if this is for a tracker [that is yml-based (Cardigann)](https://github.com/Prowlarr/indexers) these are synced to Prowlarr/Indexers from Jackett/Jackett. options: - label: I attest I have searched the existing open and closed issues required: true @@ -83,5 +83,5 @@ body: label: I attest that Trace Logs have been provided as applicable. Reports will be closed if the required logs are not provided. description: Trace logs are generally required for all bug reports and contain `trace`. Info logs are invalid for bug reports and do not contain `debug` nor `trace` options: - - label: I attest that have read and followed the steps in the wiki link above and provided the required trace logs - the logs contain `trace` - that are relevant and show this issue. + - label: I attest that I have read and followed the steps in the wiki link above and provided the required trace logs - the logs contain `trace` - that are relevant and show this issue. required: true