Skip to content

Commit 74d4834

Browse files
committed
add 'Would you like to work on the issue?' input to issue templates
1 parent 0fcc997 commit 74d4834

3 files changed

Lines changed: 25 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/1_bug_report.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,11 @@ body:
8383
description: Add any other context about the problem here.
8484
validations:
8585
required: false
86+
87+
- type: input
88+
attributes:
89+
label: Would you like to work on the issue?
90+
description: |
91+
Please let us know if you can work on this or if the issue should be assigned to someone else.
92+
validations:
93+
required: true

.github/ISSUE_TEMPLATE/2_enhancement.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,11 @@ body:
6464
description: Add any other context or screenshots about the feature request here.
6565
validations:
6666
required: false
67+
68+
- type: input
69+
attributes:
70+
label: Would you like to work on the issue?
71+
description: |
72+
Please let us know if you can work on this or if the issue should be assigned to someone else.
73+
validations:
74+
required: true

.github/ISSUE_TEMPLATE/3_feature-request.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,12 @@ body:
6161
description: Provide any other information, links, or screenshots that could help illustrate the feature.
6262
validations:
6363
required: false
64+
65+
66+
- type: input
67+
attributes:
68+
label: Would you like to work on the issue?
69+
description: |
70+
Please let us know if you can work on this or if the issue should be assigned to someone else.
71+
validations:
72+
required: true

0 commit comments

Comments
 (0)