From 62a767f93c350fc5e7e8441116c9565a78717a92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20de=20Courville?= Date: Tue, 17 Jun 2025 11:25:10 +0200 Subject: [PATCH] Fixed CONTRIBUTING link and improved wording --- .github/ISSUE_TEMPLATE/1_bug_report.yml | 13 ++++++++----- .github/ISSUE_TEMPLATE/2_enhancement.yml | 13 ++++++++----- .github/ISSUE_TEMPLATE/3_feature-request.yml | 13 ++++++++----- 3 files changed, 24 insertions(+), 15 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1_bug_report.yml b/.github/ISSUE_TEMPLATE/1_bug_report.yml index dff0c85db8..8408231935 100644 --- a/.github/ISSUE_TEMPLATE/1_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/1_bug_report.yml @@ -88,11 +88,14 @@ body: attributes: label: Would you like to work on the issue? description: | - 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. - See [CONTRIBUTE.md](https://github.com/processing/processing4/blob/main/CONTRIBUTE.md) for more info about contributing. + 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. + + 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. + + See [CONTRIBUTING.md](https://github.com/processing/processing4/blob/main/CONTRIBUTING.md) to learn more about how to get involved. options: - - Yes, I would like to work on this - - No, please assign to someone else - - I am not sure + - Yes, I’d like to help with this + - No, I’m just reporting the issue + - I’m not sure yet validations: required: true \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/2_enhancement.yml b/.github/ISSUE_TEMPLATE/2_enhancement.yml index 87cefe59bb..09c4910176 100644 --- a/.github/ISSUE_TEMPLATE/2_enhancement.yml +++ b/.github/ISSUE_TEMPLATE/2_enhancement.yml @@ -69,11 +69,14 @@ body: attributes: label: Would you like to work on the issue? description: | - 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. - See [CONTRIBUTE.md](https://github.com/processing/processing4/blob/main/CONTRIBUTE.md) for more info about contributing. + 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. + + 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. + + See [CONTRIBUTING.md](https://github.com/processing/processing4/blob/main/CONTRIBUTING.md) to learn more about how to get involved. options: - - Yes, I would like to work on this - - No, please assign to someone else - - I am not sure + - Yes, I’d like to help with this + - No, I’m just reporting the issue + - I’m not sure yet validations: required: true \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/3_feature-request.yml b/.github/ISSUE_TEMPLATE/3_feature-request.yml index cac1cac33f..07165d3420 100644 --- a/.github/ISSUE_TEMPLATE/3_feature-request.yml +++ b/.github/ISSUE_TEMPLATE/3_feature-request.yml @@ -66,11 +66,14 @@ body: attributes: label: Would you like to work on the issue? description: | - 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. - See [CONTRIBUTE.md](https://github.com/processing/processing4/blob/main/CONTRIBUTE.md) for more info about contributing. + 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. + + 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. + + See [CONTRIBUTING.md](https://github.com/processing/processing4/blob/main/CONTRIBUTING.md) to learn more about how to get involved. options: - - Yes, I would like to work on this - - No, please assign to someone else - - I am not sure + - Yes, I’d like to help with this + - No, I’m just reporting the issue + - I’m not sure yet validations: required: true \ No newline at end of file