Skip to content

Commit 0f23b3e

Browse files
authored
Merge pull request #1149 from SableRaf/main
Issue templates: Change the default option to "No, I’m just reporting the issue"
2 parents 99a4165 + 2eb485a commit 0f23b3e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/1_bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ body:
9494
9595
See [CONTRIBUTING.md](https://github.com/processing/processing4/blob/main/CONTRIBUTING.md) to learn more about how to get involved.
9696
options:
97-
- Yes, I’d like to help with this
9897
- No, I’m just reporting the issue
98+
- Yes, I’d like to help with this
9999
- I’m not sure yet
100100
validations:
101101
required: true

.github/ISSUE_TEMPLATE/2_enhancement.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ body:
7575
7676
See [CONTRIBUTING.md](https://github.com/processing/processing4/blob/main/CONTRIBUTING.md) to learn more about how to get involved.
7777
options:
78-
- Yes, I’d like to help with this
7978
- No, I’m just reporting the issue
79+
- Yes, I’d like to help with this
8080
- I’m not sure yet
8181
validations:
8282
required: true

.github/ISSUE_TEMPLATE/3_feature-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,8 +72,8 @@ body:
7272
7373
See [CONTRIBUTING.md](https://github.com/processing/processing4/blob/main/CONTRIBUTING.md) to learn more about how to get involved.
7474
options:
75-
- Yes, I’d like to help with this
7675
- No, I’m just reporting the issue
76+
- Yes, I’d like to help with this
7777
- I’m not sure yet
7878
validations:
7979
required: true

0 commit comments

Comments
 (0)