Skip to content

Commit 5832b7d

Browse files
committed
issue templates: moved community contribution note all the way down
1 parent e92776f commit 5832b7d

File tree

3 files changed

+20
-8
lines changed

3 files changed

+20
-8
lines changed

.github/ISSUE_TEMPLATE/1_bug_report.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,6 @@ body:
9494
validations:
9595
required: false
9696

97-
- type: markdown
98-
attributes:
99-
value: |
100-
> [!NOTE]
101-
> Note that Processing is a community-driven, open-source project. That means we often rely on community members like you to help investigate and fix bugs. If you have the skills and time to help, your contribution would be greatly appreciated! See [CONTRIBUTING.md](https://github.com/processing/processing4/blob/main/CONTRIBUTING.md) to learn more about ways to get involved.
102-
10397
- type: dropdown
10498
attributes:
10599
label: Would you like to work on the issue?
@@ -110,4 +104,10 @@ body:
110104
- Yes, I’d like to help with this
111105
- I’m not sure yet
112106
validations:
113-
required: true
107+
required: true
108+
109+
- type: markdown
110+
attributes:
111+
value: |
112+
> [!NOTE]
113+
> Processing is a community-driven, open-source project. If you have time and interest to help, your contribution would be greatly appreciated! See [CONTRIBUTING.md](https://github.com/processing/processing4/blob/main/CONTRIBUTING.md) to learn more about ways to get involved.

.github/ISSUE_TEMPLATE/2_enhancement.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,10 @@ body:
8181
- Yes, I’d like to help with this
8282
- I’m not sure yet
8383
validations:
84-
required: true
84+
required: true
85+
86+
- type: markdown
87+
attributes:
88+
value: |
89+
> [!NOTE]
90+
> Processing is a community-driven, open-source project. If you have time and interest to help, your contribution would be greatly appreciated! See [CONTRIBUTING.md](https://github.com/processing/processing4/blob/main/CONTRIBUTING.md) to learn more about ways to get involved.

.github/ISSUE_TEMPLATE/3_feature-request.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,3 +79,9 @@ body:
7979
- I’m not sure yet
8080
validations:
8181
required: true
82+
83+
- type: markdown
84+
attributes:
85+
value: |
86+
> [!NOTE]
87+
> Processing is a community-driven, open-source project. If you have time and interest to help, your contribution would be greatly appreciated! See [CONTRIBUTING.md](https://github.com/processing/processing4/blob/main/CONTRIBUTING.md) to learn more about ways to get involved.

0 commit comments

Comments
 (0)