Skip to content

Commit 5ce8750

Browse files
committed
issue templates: add guidance option to help implement suggestions
1 parent 3f95b4e commit 5ce8750

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

.github/ISSUE_TEMPLATE/1_bug_report.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ body:
103103
options:
104104
- No, I’m just reporting the issue
105105
- Yes, I’d like to help with this
106+
- Yes, but I'll need guidance
106107
- I’m not sure yet
107108
validations:
108109
required: true

.github/ISSUE_TEMPLATE/2_enhancement.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,11 @@ body:
6868
attributes:
6969
label: Would you like to help implement this enhancement?
7070
description: |
71-
Don’t worry, we can guide you through the process. If not, that’s okay too. Your suggestion is appreciated.
71+
If not, that’s okay too. Your suggestion is appreciated.
7272
options:
7373
- No, I’m just suggesting the enhancement
7474
- Yes, I’d like to help with this
75+
- Yes, but I'll need guidance
7576
- I’m not sure yet
7677
validations:
7778
required: true

.github/ISSUE_TEMPLATE/3_feature-request.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,11 @@ body:
6060
attributes:
6161
label: Would you like to help implement this feature?
6262
description: |
63-
Don’t worry, we can guide you through the process. If not, that’s okay too. Your suggestion is appreciated.
63+
If not, that’s okay too. Your suggestion is appreciated.
6464
options:
6565
- No, I’m just suggesting the feature
6666
- Yes, I’d like to help with this
67+
- Yes, but I'll need guidance
6768
- I’m not sure yet
6869
validations:
6970
required: true

0 commit comments

Comments
 (0)