diff options
| author | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-07 19:55:34 +0000 |
|---|---|---|
| committer | supahgreg <supahgreg@users.noreply.github.com> | 2025-10-07 19:55:34 +0000 |
| commit | 68d3a196a7d350143efab17332098ea3ff6e85f4 (patch) | |
| tree | 917c7e69bf877552b12cae15d6b778ef8f2bff8b | |
| parent | a95f0a4844e4160779ec0c3ddd8ed9098e8eda67 (diff) | |
Drop the 'Acknowledge' section from GitHub issue templates.
| -rw-r--r-- | .github/ISSUE_TEMPLATE/bug.yml | 11 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/documentation.yml | 9 | ||||
| -rw-r--r-- | .github/ISSUE_TEMPLATE/enhancement.yml | 13 |
3 files changed, 2 insertions, 31 deletions
diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 63dbf3998..c1917fdf2 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -40,15 +40,6 @@ body: attributes: label: Other Information description: | - Anything else you want to provide (e.g. related issues, suggestions on how to fix, links for context, etc.). + Anything else you want to provide (e.g. related issues, suggestions on how to fix, whether you want to work on the fix, links for context, etc.). validations: required: false - -- type: checkboxes - id: acknowledgments - attributes: - label: Acknowledge - description: Please mark any checkbox that applies (otherwise leave unchecked). - options: - - label: I'm interested in implementing the fix - required: false diff --git a/.github/ISSUE_TEMPLATE/documentation.yml b/.github/ISSUE_TEMPLATE/documentation.yml index c4759bba2..26105c6af 100644 --- a/.github/ISSUE_TEMPLATE/documentation.yml +++ b/.github/ISSUE_TEMPLATE/documentation.yml @@ -9,12 +9,3 @@ body: label: What is the issue? validations: required: true - -- type: checkboxes - id: acknowledgments - attributes: - label: Acknowledge - description: Please mark any checkbox that apply (otherwise leave unchecked). - options: - - label: I'm interested in implementing the fix - required: false diff --git a/.github/ISSUE_TEMPLATE/enhancement.yml b/.github/ISSUE_TEMPLATE/enhancement.yml index 98d545923..8391d73d2 100644 --- a/.github/ISSUE_TEMPLATE/enhancement.yml +++ b/.github/ISSUE_TEMPLATE/enhancement.yml @@ -41,17 +41,6 @@ body: attributes: label: Other Information description: | - Anything else you want to provide (e.g. related issues, suggestions on how to implement, links for context, etc.). + Anything else you want to provide (e.g. related issues, suggestions on how to implement, whether you want to work on the implementation, links for context, etc.). validations: required: false - -- type: checkboxes - id: acknowledgments - attributes: - label: Acknowledge - description: Please mark any checkbox that apply (otherwise leave unchecked). - options: - - label: I'm interested in implementing the enhancement/feature - required: false - - label: This enhancement/feature might result in a breaking change - required: false |