Skip to content

Commit 99a4165

Browse files
authored
Merge pull request #1148 from SableRaf/main
Fixed CONTRIBUTING link and improved wording
2 parents 9cddc41 + 62a767f commit 99a4165

File tree

3 files changed

+24
-15
lines changed

3 files changed

+24
-15
lines changed

.github/ISSUE_TEMPLATE/1_bug_report.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -88,11 +88,14 @@ body:
8888
attributes:
8989
label: Would you like to work on the issue?
9090
description: |
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.
91+
Thank you for reporting this issue! Processing is a community-driven, open-source project. That means issues like this often rely on contributors like you to help investigate and fix them.
92+
93+
Let us know if you’d like to try fixing it yourself, and don’t worry, we can guide you through the process. If not, that’s okay too. Your report is appreciated.
94+
95+
See [CONTRIBUTING.md](https://github.com/processing/processing4/blob/main/CONTRIBUTING.md) to learn more about how to get involved.
9396
options:
94-
- Yes, I would like to work on this
95-
- No, please assign to someone else
96-
- I am not sure
97+
- Yes, I’d like to help with this
98+
- No, I’m just reporting the issue
99+
- I’m not sure yet
97100
validations:
98101
required: true

.github/ISSUE_TEMPLATE/2_enhancement.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,14 @@ body:
6969
attributes:
7070
label: Would you like to work on the issue?
7171
description: |
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.
72+
Thank you for reporting this issue! Processing is a community-driven, open-source project. That means issues like this often rely on contributors like you to help investigate and fix them.
73+
74+
Let us know if you’d like to try fixing it yourself, and don’t worry, we can guide you through the process. If not, that’s okay too. Your report is appreciated.
75+
76+
See [CONTRIBUTING.md](https://github.com/processing/processing4/blob/main/CONTRIBUTING.md) to learn more about how to get involved.
7477
options:
75-
- Yes, I would like to work on this
76-
- No, please assign to someone else
77-
- I am not sure
78+
- Yes, I’d like to help with this
79+
- No, I’m just reporting the issue
80+
- I’m not sure yet
7881
validations:
7982
required: true

.github/ISSUE_TEMPLATE/3_feature-request.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,14 @@ body:
6666
attributes:
6767
label: Would you like to work on the issue?
6868
description: |
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.
69+
Thank you for reporting this issue! Processing is a community-driven, open-source project. That means issues like this often rely on contributors like you to help investigate and fix them.
70+
71+
Let us know if you’d like to try fixing it yourself, and don’t worry, we can guide you through the process. If not, that’s okay too. Your report is appreciated.
72+
73+
See [CONTRIBUTING.md](https://github.com/processing/processing4/blob/main/CONTRIBUTING.md) to learn more about how to get involved.
7174
options:
72-
- Yes, I would like to work on this
73-
- No, please assign to someone else
74-
- I am not sure
75+
- Yes, I’d like to help with this
76+
- No, I’m just reporting the issue
77+
- I’m not sure yet
7578
validations:
7679
required: true

0 commit comments

Comments
 (0)