summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/ISSUE_TEMPLATE/bug.yml11
-rw-r--r--.github/ISSUE_TEMPLATE/documentation.yml9
-rw-r--r--.github/ISSUE_TEMPLATE/enhancement.yml13
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