diff --git a/.github/ISSUE_TEMPLATE/content-issue.yml b/.github/ISSUE_TEMPLATE/content-issue.yml index c5e05341..ac37595e 100644 --- a/.github/ISSUE_TEMPLATE/content-issue.yml +++ b/.github/ISSUE_TEMPLATE/content-issue.yml @@ -62,10 +62,10 @@ body: label: Are you planning to fix this issue? description: Let us know if you'd like to contribute the fix! options: + - 'No, just reporting the issue' + - 'Maybe, depending on complexity' - "Yes, I'll submit a PR to fix this" - "Yes, but I'm a first-time contributor and could use guidance" - - 'Maybe, depending on complexity' - - 'No, just reporting the issue' validations: required: true diff --git a/.github/ISSUE_TEMPLATE/content-request.yml b/.github/ISSUE_TEMPLATE/content-request.yml index 7ed96173..97a64ba4 100644 --- a/.github/ISSUE_TEMPLATE/content-request.yml +++ b/.github/ISSUE_TEMPLATE/content-request.yml @@ -73,10 +73,10 @@ body: label: Are you planning to fix this issue? description: Let us know if you'd like to contribute the fix! options: + - 'No, just reporting the issue' + - 'Maybe, depending on complexity' - "Yes, I'll submit a PR to fix this" - "Yes, but I'm a first-time contributor and could use guidance" - - 'Maybe, depending on complexity' - - 'No, just reporting the issue' validations: required: true diff --git a/.github/ISSUE_TEMPLATE/platform-bug.yml b/.github/ISSUE_TEMPLATE/platform-bug.yml index 9e83745a..dd07492b 100644 --- a/.github/ISSUE_TEMPLATE/platform-bug.yml +++ b/.github/ISSUE_TEMPLATE/platform-bug.yml @@ -105,10 +105,10 @@ body: label: Are you planning to fix this issue? description: Let us know if you'd like to contribute the fix! options: + - 'No, just reporting the issue' + - 'Maybe, depending on complexity' - "Yes, I'll submit a PR to fix this" - "Yes, but I'm a first-time contributor and could use guidance" - - 'Maybe, depending on complexity' - - 'No, just reporting the issue' validations: required: true diff --git a/.github/ISSUE_TEMPLATE/platform-feature-request.yml b/.github/ISSUE_TEMPLATE/platform-feature-request.yml index dab01a5c..4acd43a8 100644 --- a/.github/ISSUE_TEMPLATE/platform-feature-request.yml +++ b/.github/ISSUE_TEMPLATE/platform-feature-request.yml @@ -103,10 +103,10 @@ body: label: Are you planning to fix this issue? description: Let us know if you'd like to contribute the fix! options: + - 'No, just reporting the issue' + - 'Maybe, depending on complexity' - "Yes, I'll submit a PR to fix this" - "Yes, but I'm a first-time contributor and could use guidance" - - 'Maybe, depending on complexity' - - 'No, just reporting the issue' validations: required: true