Skip to content

Commit 9cddc41

Browse files
authored
Merge pull request #1123 from SableRaf/update-issue-templates
Update issue templates to use dropdown for work assignment options
2 parents 0224d84 + 0237f50 commit 9cddc41

File tree

3 files changed

+21
-7
lines changed

3 files changed

+21
-7
lines changed

.github/ISSUE_TEMPLATE/1_bug_report.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,10 +84,15 @@ body:
8484
validations:
8585
required: false
8686

87-
- type: input
87+
- type: dropdown
8888
attributes:
8989
label: Would you like to work on the issue?
9090
description: |
91-
Please let us know if you can work on this or if the issue should be assigned to someone else.
91+
Processing is an open-source, community-driven project. Let us know if you would like to help resolve this issue, or if you'd prefer it be assigned to someone else.
92+
See [CONTRIBUTE.md](https://github.com/processing/processing4/blob/main/CONTRIBUTE.md) for more info about contributing.
93+
options:
94+
- Yes, I would like to work on this
95+
- No, please assign to someone else
96+
- I am not sure
9297
validations:
9398
required: true

.github/ISSUE_TEMPLATE/2_enhancement.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,10 +65,15 @@ body:
6565
validations:
6666
required: false
6767

68-
- type: input
68+
- type: dropdown
6969
attributes:
7070
label: Would you like to work on the issue?
7171
description: |
72-
Please let us know if you can work on this or if the issue should be assigned to someone else.
72+
Processing is an open-source, community-driven project. Let us know if you would like to help resolve this issue, or if you'd prefer it be assigned to someone else.
73+
See [CONTRIBUTE.md](https://github.com/processing/processing4/blob/main/CONTRIBUTE.md) for more info about contributing.
74+
options:
75+
- Yes, I would like to work on this
76+
- No, please assign to someone else
77+
- I am not sure
7378
validations:
7479
required: true

.github/ISSUE_TEMPLATE/3_feature-request.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,15 @@ body:
6262
validations:
6363
required: false
6464

65-
66-
- type: input
65+
- type: dropdown
6766
attributes:
6867
label: Would you like to work on the issue?
6968
description: |
70-
Please let us know if you can work on this or if the issue should be assigned to someone else.
69+
Processing is an open-source, community-driven project. Let us know if you would like to help resolve this issue, or if you'd prefer it be assigned to someone else.
70+
See [CONTRIBUTE.md](https://github.com/processing/processing4/blob/main/CONTRIBUTE.md) for more info about contributing.
71+
options:
72+
- Yes, I would like to work on this
73+
- No, please assign to someone else
74+
- I am not sure
7175
validations:
7276
required: true

0 commit comments

Comments
 (0)