From 56f525ea4249688110f0bd0ff16694f236deb515 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20de=20Courville?= Date: Tue, 17 Jun 2025 11:57:55 +0200 Subject: [PATCH 01/18] Issue templates: improved descriptions for enhancements and feature requests --- .github/ISSUE_TEMPLATE/1_bug_report.yml | 9 +++++++++ .github/ISSUE_TEMPLATE/2_enhancement.yml | 10 ++++------ .github/ISSUE_TEMPLATE/3_feature-request.yml | 12 +++++------- 3 files changed, 18 insertions(+), 13 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1_bug_report.yml b/.github/ISSUE_TEMPLATE/1_bug_report.yml index f8183033fd..dd5b98b9dd 100644 --- a/.github/ISSUE_TEMPLATE/1_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/1_bug_report.yml @@ -44,6 +44,15 @@ body: validations: required: true +- type: textarea + attributes: + label: Bug description + description: | + Describe the bug in detail. Include what you expected to happen and what actually happened. + If applicable, include any error messages you received. + validations: + required: true + - type: textarea attributes: label: Steps to reproduce this diff --git a/.github/ISSUE_TEMPLATE/2_enhancement.yml b/.github/ISSUE_TEMPLATE/2_enhancement.yml index b68f162a24..871cac854c 100644 --- a/.github/ISSUE_TEMPLATE/2_enhancement.yml +++ b/.github/ISSUE_TEMPLATE/2_enhancement.yml @@ -67,15 +67,13 @@ body: - type: dropdown attributes: - label: Would you like to work on the issue? + label: Would you like to help implement this enhancement? description: | - 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. + Note: [creating a library](https://github.com/processing/processing4/blob/main/CONTRIBUTING.md#adding-new-features-to-processing) is often the best way to add new features to Processing. If you’re suggesting a change that could be implemented as a library, please consider that approach first. - 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. + If you’re interested in helping implement this enhancement, let us know below. We’re happy to provide guidance and support. If not, your suggestion is still valuable and appreciated. options: - - No, I’m just reporting the issue + - No, I’m just suggesting the enhancement - Yes, I’d like to help with this - I’m not sure yet validations: diff --git a/.github/ISSUE_TEMPLATE/3_feature-request.yml b/.github/ISSUE_TEMPLATE/3_feature-request.yml index b944664b16..2b65d1871a 100644 --- a/.github/ISSUE_TEMPLATE/3_feature-request.yml +++ b/.github/ISSUE_TEMPLATE/3_feature-request.yml @@ -64,16 +64,14 @@ body: - type: dropdown attributes: - label: Would you like to work on the issue? + label: Would you like to help implement this feature? description: | - 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. + Note: [creating a library](https://github.com/processing/processing4/blob/main/CONTRIBUTING.md#adding-new-features-to-processing) is often the best way to add new features to Processing. If you’re suggesting a feature that could be implemented as a library, please consider that approach first. - 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. + If you’re interested in helping implement this feature, let us know below. We’re happy to provide guidance and support. If not, your suggestion is still valuable and appreciated. options: - - No, I’m just reporting the issue + - No, I’m just suggesting the feature - Yes, I’d like to help with this - I’m not sure yet validations: - required: true \ No newline at end of file + required: true From d5bdca374e9206ee8df7f315282d8b6e3dcc4795 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20de=20Courville?= Date: Tue, 17 Jun 2025 12:08:20 +0200 Subject: [PATCH 02/18] Issue templates: add introductory markdown section to clarify community driven nature of the project and suggest making libraries --- .github/ISSUE_TEMPLATE/1_bug_report.yml | 15 ++++++++++----- .github/ISSUE_TEMPLATE/2_enhancement.yml | 11 +++++++++-- .github/ISSUE_TEMPLATE/3_feature-request.yml | 11 +++++++++-- 3 files changed, 28 insertions(+), 9 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1_bug_report.yml b/.github/ISSUE_TEMPLATE/1_bug_report.yml index dd5b98b9dd..6b6469f1dc 100644 --- a/.github/ISSUE_TEMPLATE/1_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/1_bug_report.yml @@ -3,6 +3,15 @@ description: Report broken or incorrect behavior in Processing 4. (For help with labels: [bug] body: +- type: markdown + attributes: + value: | + Thank you for reporting this issue! + + 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. + - type: dropdown id: sub-area attributes: @@ -97,11 +106,7 @@ body: attributes: label: Would you like to work on the issue? description: | - 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. + 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. options: - No, I’m just reporting the issue - Yes, I’d like to help with this diff --git a/.github/ISSUE_TEMPLATE/2_enhancement.yml b/.github/ISSUE_TEMPLATE/2_enhancement.yml index 871cac854c..067c937718 100644 --- a/.github/ISSUE_TEMPLATE/2_enhancement.yml +++ b/.github/ISSUE_TEMPLATE/2_enhancement.yml @@ -3,6 +3,15 @@ description: Suggest an improvement for an existing feature of Processing. labels: [enhancement] body: +- type: markdown + attributes: + value: | + Thank you for suggesting an enhancement to an existing feature of Processing! Your input is valuable in helping us improve the platform. Please fill out the following details to help us understand your suggestion better. + + If you have an idea for something Processing doesn’t yet support, **creating a library** is often the best way to contribute. The [Processing Library Template](https://github.com/processing/processing-library-template) provides a starting point for developing, packaging, and distributing Processing libraries. For more instructions, see the [library template documentation](https://processing.github.io/processing-library-template/). + + Read more about creating a library [here](https://github.com/processing/processing4/blob/main/CONTRIBUTING.md#adding-new-features-to-processing). + - type: dropdown id: feature-area attributes: @@ -69,8 +78,6 @@ body: attributes: label: Would you like to help implement this enhancement? description: | - Note: [creating a library](https://github.com/processing/processing4/blob/main/CONTRIBUTING.md#adding-new-features-to-processing) is often the best way to add new features to Processing. If you’re suggesting a change that could be implemented as a library, please consider that approach first. - If you’re interested in helping implement this enhancement, let us know below. We’re happy to provide guidance and support. If not, your suggestion is still valuable and appreciated. options: - No, I’m just suggesting the enhancement diff --git a/.github/ISSUE_TEMPLATE/3_feature-request.yml b/.github/ISSUE_TEMPLATE/3_feature-request.yml index 2b65d1871a..bfd3da8867 100644 --- a/.github/ISSUE_TEMPLATE/3_feature-request.yml +++ b/.github/ISSUE_TEMPLATE/3_feature-request.yml @@ -3,6 +3,15 @@ description: Request adding a new feature to Processing labels: [new feature] body: +- type: markdown + attributes: + value: | + Thank you for suggesting a new feature for Processing! Your input is valuable in helping us improve the platform. Please fill out the following details to help us understand your suggestion better. + + If you have an idea for something Processing doesn’t yet support, **creating a library** is often the best way to contribute. The [Processing Library Template](https://github.com/processing/processing-library-template) provides a starting point for developing, packaging, and distributing Processing libraries. For more instructions, see the [library template documentation](https://processing.github.io/processing-library-template/). + + Read more about creating a library [here](https://github.com/processing/processing4/blob/main/CONTRIBUTING.md#adding-new-features-to-processing). + - type: dropdown id: feature-area attributes: @@ -66,8 +75,6 @@ body: attributes: label: Would you like to help implement this feature? description: | - Note: [creating a library](https://github.com/processing/processing4/blob/main/CONTRIBUTING.md#adding-new-features-to-processing) is often the best way to add new features to Processing. If you’re suggesting a feature that could be implemented as a library, please consider that approach first. - If you’re interested in helping implement this feature, let us know below. We’re happy to provide guidance and support. If not, your suggestion is still valuable and appreciated. options: - No, I’m just suggesting the feature From e4665f9db98f1f7fd8eb78c5c4d09f8620d49073 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20de=20Courville?= Date: Tue, 17 Jun 2025 12:11:18 +0200 Subject: [PATCH 03/18] Issue templates: update markdown notes to callout --- .github/ISSUE_TEMPLATE/2_enhancement.yml | 7 ++----- .github/ISSUE_TEMPLATE/3_feature-request.yml | 7 ++----- 2 files changed, 4 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/2_enhancement.yml b/.github/ISSUE_TEMPLATE/2_enhancement.yml index 067c937718..39d374e294 100644 --- a/.github/ISSUE_TEMPLATE/2_enhancement.yml +++ b/.github/ISSUE_TEMPLATE/2_enhancement.yml @@ -6,11 +6,8 @@ body: - type: markdown attributes: value: | - Thank you for suggesting an enhancement to an existing feature of Processing! Your input is valuable in helping us improve the platform. Please fill out the following details to help us understand your suggestion better. - - If you have an idea for something Processing doesn’t yet support, **creating a library** is often the best way to contribute. The [Processing Library Template](https://github.com/processing/processing-library-template) provides a starting point for developing, packaging, and distributing Processing libraries. For more instructions, see the [library template documentation](https://processing.github.io/processing-library-template/). - - Read more about creating a library [here](https://github.com/processing/processing4/blob/main/CONTRIBUTING.md#adding-new-features-to-processing). + > [!NOTE] + > If you have an idea for something Processing doesn’t yet support, **creating a library** is often the best way to contribute. The [Processing Library Template](https://github.com/processing/processing-library-template) provides a starting point for developing, packaging, and distributing Processing libraries. For more instructions, see the [library template documentation](https://processing.github.io/processing-library-template/). Read more about creating a library [here](https://github.com/processing/processing4/blob/main/CONTRIBUTING.md#adding-new-features-to-processing). - type: dropdown id: feature-area diff --git a/.github/ISSUE_TEMPLATE/3_feature-request.yml b/.github/ISSUE_TEMPLATE/3_feature-request.yml index bfd3da8867..0e11923659 100644 --- a/.github/ISSUE_TEMPLATE/3_feature-request.yml +++ b/.github/ISSUE_TEMPLATE/3_feature-request.yml @@ -6,11 +6,8 @@ body: - type: markdown attributes: value: | - Thank you for suggesting a new feature for Processing! Your input is valuable in helping us improve the platform. Please fill out the following details to help us understand your suggestion better. - - If you have an idea for something Processing doesn’t yet support, **creating a library** is often the best way to contribute. The [Processing Library Template](https://github.com/processing/processing-library-template) provides a starting point for developing, packaging, and distributing Processing libraries. For more instructions, see the [library template documentation](https://processing.github.io/processing-library-template/). - - Read more about creating a library [here](https://github.com/processing/processing4/blob/main/CONTRIBUTING.md#adding-new-features-to-processing). + > [!NOTE] + > If you have an idea for something Processing doesn’t yet support, **creating a library** is often the best way to contribute. The [Processing Library Template](https://github.com/processing/processing-library-template) provides a starting point for developing, packaging, and distributing Processing libraries. For more instructions, see the [library template documentation](https://processing.github.io/processing-library-template/). Read more about creating a library [here](https://github.com/processing/processing4/blob/main/CONTRIBUTING.md#adding-new-features-to-processing). - type: dropdown id: feature-area From 7ebe4c709ac6f939e2c86a56d9a496ae08c56f15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20de=20Courville?= Date: Tue, 17 Jun 2025 12:12:34 +0200 Subject: [PATCH 04/18] Issue templates: simplify library contribution note --- .github/ISSUE_TEMPLATE/2_enhancement.yml | 2 +- .github/ISSUE_TEMPLATE/3_feature-request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/2_enhancement.yml b/.github/ISSUE_TEMPLATE/2_enhancement.yml index 39d374e294..ab2cdacb6f 100644 --- a/.github/ISSUE_TEMPLATE/2_enhancement.yml +++ b/.github/ISSUE_TEMPLATE/2_enhancement.yml @@ -7,7 +7,7 @@ body: attributes: value: | > [!NOTE] - > If you have an idea for something Processing doesn’t yet support, **creating a library** is often the best way to contribute. The [Processing Library Template](https://github.com/processing/processing-library-template) provides a starting point for developing, packaging, and distributing Processing libraries. For more instructions, see the [library template documentation](https://processing.github.io/processing-library-template/). Read more about creating a library [here](https://github.com/processing/processing4/blob/main/CONTRIBUTING.md#adding-new-features-to-processing). + > If you have an idea for something Processing doesn’t yet support, **creating a library** is often the best way to contribute. Read more about creating a library [here](https://github.com/processing/processing4/blob/main/CONTRIBUTING.md#adding-new-features-to-processing). - type: dropdown id: feature-area diff --git a/.github/ISSUE_TEMPLATE/3_feature-request.yml b/.github/ISSUE_TEMPLATE/3_feature-request.yml index 0e11923659..d120a6d3a9 100644 --- a/.github/ISSUE_TEMPLATE/3_feature-request.yml +++ b/.github/ISSUE_TEMPLATE/3_feature-request.yml @@ -7,7 +7,7 @@ body: attributes: value: | > [!NOTE] - > If you have an idea for something Processing doesn’t yet support, **creating a library** is often the best way to contribute. The [Processing Library Template](https://github.com/processing/processing-library-template) provides a starting point for developing, packaging, and distributing Processing libraries. For more instructions, see the [library template documentation](https://processing.github.io/processing-library-template/). Read more about creating a library [here](https://github.com/processing/processing4/blob/main/CONTRIBUTING.md#adding-new-features-to-processing). + > If you have an idea for something Processing doesn’t yet support, **creating a library** is often the best way to contribute. Read more about creating a library [here](https://github.com/processing/processing4/blob/main/CONTRIBUTING.md#adding-new-features-to-processing). - type: dropdown id: feature-area From e92776f10b368907f6422d9ee5cbbe361d8eb3e6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20de=20Courville?= Date: Tue, 17 Jun 2025 12:14:56 +0200 Subject: [PATCH 05/18] Issue template: move community note to the bottom --- .github/ISSUE_TEMPLATE/1_bug_report.yml | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1_bug_report.yml b/.github/ISSUE_TEMPLATE/1_bug_report.yml index 6b6469f1dc..6511016821 100644 --- a/.github/ISSUE_TEMPLATE/1_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/1_bug_report.yml @@ -3,14 +3,6 @@ description: Report broken or incorrect behavior in Processing 4. (For help with labels: [bug] body: -- type: markdown - attributes: - value: | - Thank you for reporting this issue! - - 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. - type: dropdown id: sub-area @@ -102,6 +94,12 @@ body: validations: required: false +- type: markdown + attributes: + value: | + > [!NOTE] + > 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. + - type: dropdown attributes: label: Would you like to work on the issue? From 5832b7da8f367689218c1a5fbd9a494219e07c33 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20de=20Courville?= Date: Tue, 17 Jun 2025 12:17:47 +0200 Subject: [PATCH 06/18] issue templates: moved community contribution note all the way down --- .github/ISSUE_TEMPLATE/1_bug_report.yml | 14 +++++++------- .github/ISSUE_TEMPLATE/2_enhancement.yml | 8 +++++++- .github/ISSUE_TEMPLATE/3_feature-request.yml | 6 ++++++ 3 files changed, 20 insertions(+), 8 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1_bug_report.yml b/.github/ISSUE_TEMPLATE/1_bug_report.yml index 6511016821..7d048072e0 100644 --- a/.github/ISSUE_TEMPLATE/1_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/1_bug_report.yml @@ -94,12 +94,6 @@ body: validations: required: false -- type: markdown - attributes: - value: | - > [!NOTE] - > 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. - - type: dropdown attributes: label: Would you like to work on the issue? @@ -110,4 +104,10 @@ body: - Yes, I’d like to help with this - I’m not sure yet validations: - required: true \ No newline at end of file + required: true + +- type: markdown + attributes: + value: | + > [!NOTE] + > 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. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/2_enhancement.yml b/.github/ISSUE_TEMPLATE/2_enhancement.yml index ab2cdacb6f..7dbf5217c3 100644 --- a/.github/ISSUE_TEMPLATE/2_enhancement.yml +++ b/.github/ISSUE_TEMPLATE/2_enhancement.yml @@ -81,4 +81,10 @@ body: - Yes, I’d like to help with this - I’m not sure yet validations: - required: true \ No newline at end of file + required: true + +- type: markdown + attributes: + value: | + > [!NOTE] + > 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. \ 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 d120a6d3a9..107b107bc9 100644 --- a/.github/ISSUE_TEMPLATE/3_feature-request.yml +++ b/.github/ISSUE_TEMPLATE/3_feature-request.yml @@ -79,3 +79,9 @@ body: - I’m not sure yet validations: required: true + +- type: markdown + attributes: + value: | + > [!NOTE] + > 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. \ No newline at end of file From 840f86aa450a8cc3865ffafbf1dc8df76ff056e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20de=20Courville?= Date: Tue, 17 Jun 2025 12:23:47 +0200 Subject: [PATCH 07/18] issue templates: merge sections into one for enhancements and feature request --- .github/ISSUE_TEMPLATE/2_enhancement.yml | 38 ++++++++------------ .github/ISSUE_TEMPLATE/3_feature-request.yml | 37 +++++++------------ 2 files changed, 27 insertions(+), 48 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/2_enhancement.yml b/.github/ISSUE_TEMPLATE/2_enhancement.yml index 7dbf5217c3..4f116b1b1a 100644 --- a/.github/ISSUE_TEMPLATE/2_enhancement.yml +++ b/.github/ISSUE_TEMPLATE/2_enhancement.yml @@ -45,32 +45,24 @@ body: - type: textarea attributes: - label: Desired enhancement - description: Describe the improvement you’d like to see with that existing feature + label: Enhancement details + description: | + Describe the improvement you’d like to see for this existing feature. + value: | + #### Enhancement description + Describe the enhancement in detail. Include how it should work and its intended impact. + + #### Benefits + Outline how this enhancement would benefit users or improve Processing. + + #### Challenges + Discuss any possible challenges or considerations in implementing this enhancement. + + #### Additional context + Provide any additional context or screenshots that may help clarify the enhancement. validations: required: true -- type: textarea - attributes: - label: Potential benefits - description: Explain how this enhancement could benefit users or improve Processing. - validations: - required: false - -- type: textarea - attributes: - label: Possible drawbacks - description: Consider any possible drawbacks or challenges related to the implementation of this enhancement. - validations: - required: false - -- type: textarea - attributes: - label: Additional context - description: Add any other context or screenshots about the feature request here. - validations: - required: false - - type: dropdown attributes: label: Would you like to help implement this enhancement? diff --git a/.github/ISSUE_TEMPLATE/3_feature-request.yml b/.github/ISSUE_TEMPLATE/3_feature-request.yml index 107b107bc9..98647e54e5 100644 --- a/.github/ISSUE_TEMPLATE/3_feature-request.yml +++ b/.github/ISSUE_TEMPLATE/3_feature-request.yml @@ -37,36 +37,23 @@ body: required: true - type: textarea - id: feature-description + id: feature-details attributes: - label: Feature description - description: Describe the feature in detail. Include how it should work and its intended impact. - validations: - required: true + label: Feature details + description: | + #### Feature description + Describe the feature in detail. Include how it should work and its intended impact. -- type: textarea - id: benefits - attributes: - label: Benefits - description: Outline how this feature would benefit users or improve Processing. - validations: - required: true + #### Benefits + Outline how this feature would benefit users or improve Processing. -- type: textarea - id: challenges - attributes: - label: Possible challenges - description: Discuss any possible challenges or considerations in implementing this feature. - validations: - required: false + #### Challenges + Discuss any possible challenges or considerations in implementing this feature. -- type: textarea - id: additional-context - attributes: - label: Additional context - description: Provide any other information, links, or screenshots that could help illustrate the feature. + #### Additional context + Provide any other information, links, or screenshots that could help illustrate the feature. validations: - required: false + required: true - type: dropdown attributes: From ca4ada6d0102480b90beb4740f3915e33e2aff42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20de=20Courville?= Date: Tue, 17 Jun 2025 12:27:33 +0200 Subject: [PATCH 08/18] issue templates: add "I'm not sure" option to dropdowns --- .github/ISSUE_TEMPLATE/1_bug_report.yml | 1 + .github/ISSUE_TEMPLATE/2_enhancement.yml | 1 + .github/ISSUE_TEMPLATE/3_feature-request.yml | 1 + 3 files changed, 3 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/1_bug_report.yml b/.github/ISSUE_TEMPLATE/1_bug_report.yml index 7d048072e0..79fb4dbc62 100644 --- a/.github/ISSUE_TEMPLATE/1_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/1_bug_report.yml @@ -11,6 +11,7 @@ body: description: You may select more than one. multiple: true options: + - I'm not sure - Accessibility - Core/Environment/Rendering - PDE diff --git a/.github/ISSUE_TEMPLATE/2_enhancement.yml b/.github/ISSUE_TEMPLATE/2_enhancement.yml index 4f116b1b1a..10f7ce7dc5 100644 --- a/.github/ISSUE_TEMPLATE/2_enhancement.yml +++ b/.github/ISSUE_TEMPLATE/2_enhancement.yml @@ -16,6 +16,7 @@ body: description: Choose the most relevant area for the proposed feature or improvement. multiple: true options: + - I'm not sure - Accessibility - Core/Environment/Rendering - PDE diff --git a/.github/ISSUE_TEMPLATE/3_feature-request.yml b/.github/ISSUE_TEMPLATE/3_feature-request.yml index 98647e54e5..6bfd1eae9b 100644 --- a/.github/ISSUE_TEMPLATE/3_feature-request.yml +++ b/.github/ISSUE_TEMPLATE/3_feature-request.yml @@ -16,6 +16,7 @@ body: description: Choose the sub-area most relevant to your feature request. multiple: true options: + - I'm not sure - Accessibility - Core/Environment/Rendering - PDE From 81849c4ed62157530b6b66268ee5b7c076908a37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20de=20Courville?= Date: Tue, 17 Jun 2025 12:29:49 +0200 Subject: [PATCH 09/18] issue template: remove mention that the Processing version is in the title bar (not true in 4.4+) --- .github/ISSUE_TEMPLATE/1_bug_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/1_bug_report.yml b/.github/ISSUE_TEMPLATE/1_bug_report.yml index 79fb4dbc62..61a1ff4732 100644 --- a/.github/ISSUE_TEMPLATE/1_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/1_bug_report.yml @@ -35,7 +35,7 @@ body: - type: input attributes: label: Processing version - description: Go to "Help > About Processing" and look in the bottom-right corner for the version number. It also appears in the title bar of every editor window. + description: Go to "Help > About Processing" and look in the bottom-right corner for the version number. validations: required: true From 5d98f36b47917d358b0e1b24951f050065c06836 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20de=20Courville?= Date: Tue, 17 Jun 2025 12:31:03 +0200 Subject: [PATCH 10/18] issue template: update description for additional context field to clarify expectations --- .github/ISSUE_TEMPLATE/1_bug_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/1_bug_report.yml b/.github/ISSUE_TEMPLATE/1_bug_report.yml index 61a1ff4732..5812a12f91 100644 --- a/.github/ISSUE_TEMPLATE/1_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/1_bug_report.yml @@ -91,7 +91,7 @@ body: - type: textarea attributes: label: Additional context - description: Add any other context about the problem here. + description: Provide any other information, links, or screenshots that could help illustrate the bug. validations: required: false From 3f95b4efd0f8be3d9ddf09df50c213d816c3dc9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20de=20Courville?= Date: Tue, 17 Jun 2025 12:32:59 +0200 Subject: [PATCH 11/18] issue templates: simplify guidance messages --- .github/ISSUE_TEMPLATE/1_bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/2_enhancement.yml | 2 +- .github/ISSUE_TEMPLATE/3_feature-request.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1_bug_report.yml b/.github/ISSUE_TEMPLATE/1_bug_report.yml index 5812a12f91..824b88746b 100644 --- a/.github/ISSUE_TEMPLATE/1_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/1_bug_report.yml @@ -99,7 +99,7 @@ body: attributes: label: Would you like to work on the issue? description: | - 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. + Don’t worry, we can guide you through the process. If not, that’s okay too. Your report is appreciated. options: - No, I’m just reporting the issue - Yes, I’d like to help with this diff --git a/.github/ISSUE_TEMPLATE/2_enhancement.yml b/.github/ISSUE_TEMPLATE/2_enhancement.yml index 10f7ce7dc5..fe17e79957 100644 --- a/.github/ISSUE_TEMPLATE/2_enhancement.yml +++ b/.github/ISSUE_TEMPLATE/2_enhancement.yml @@ -68,7 +68,7 @@ body: attributes: label: Would you like to help implement this enhancement? description: | - If you’re interested in helping implement this enhancement, let us know below. We’re happy to provide guidance and support. If not, your suggestion is still valuable and appreciated. + Don’t worry, we can guide you through the process. If not, that’s okay too. Your suggestion is appreciated. options: - No, I’m just suggesting the enhancement - Yes, I’d like to help with this diff --git a/.github/ISSUE_TEMPLATE/3_feature-request.yml b/.github/ISSUE_TEMPLATE/3_feature-request.yml index 6bfd1eae9b..f6b34be4b1 100644 --- a/.github/ISSUE_TEMPLATE/3_feature-request.yml +++ b/.github/ISSUE_TEMPLATE/3_feature-request.yml @@ -60,7 +60,7 @@ body: attributes: label: Would you like to help implement this feature? description: | - If you’re interested in helping implement this feature, let us know below. We’re happy to provide guidance and support. If not, your suggestion is still valuable and appreciated. + Don’t worry, we can guide you through the process. If not, that’s okay too. Your suggestion is appreciated. options: - No, I’m just suggesting the feature - Yes, I’d like to help with this From 5ce875087554a2ecd270e8c682c6e7fd182cbe87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20de=20Courville?= Date: Tue, 17 Jun 2025 12:35:16 +0200 Subject: [PATCH 12/18] issue templates: add guidance option to help implement suggestions --- .github/ISSUE_TEMPLATE/1_bug_report.yml | 1 + .github/ISSUE_TEMPLATE/2_enhancement.yml | 3 ++- .github/ISSUE_TEMPLATE/3_feature-request.yml | 3 ++- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1_bug_report.yml b/.github/ISSUE_TEMPLATE/1_bug_report.yml index 824b88746b..ea51168dbd 100644 --- a/.github/ISSUE_TEMPLATE/1_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/1_bug_report.yml @@ -103,6 +103,7 @@ body: options: - No, I’m just reporting the issue - Yes, I’d like to help with this + - Yes, but I'll need guidance - I’m not sure yet validations: required: true diff --git a/.github/ISSUE_TEMPLATE/2_enhancement.yml b/.github/ISSUE_TEMPLATE/2_enhancement.yml index fe17e79957..067dc6af44 100644 --- a/.github/ISSUE_TEMPLATE/2_enhancement.yml +++ b/.github/ISSUE_TEMPLATE/2_enhancement.yml @@ -68,10 +68,11 @@ body: attributes: label: Would you like to help implement this enhancement? description: | - Don’t worry, we can guide you through the process. If not, that’s okay too. Your suggestion is appreciated. + If not, that’s okay too. Your suggestion is appreciated. options: - No, I’m just suggesting the enhancement - Yes, I’d like to help with this + - Yes, but I'll need guidance - I’m not sure yet validations: required: true diff --git a/.github/ISSUE_TEMPLATE/3_feature-request.yml b/.github/ISSUE_TEMPLATE/3_feature-request.yml index f6b34be4b1..f8b622d0f9 100644 --- a/.github/ISSUE_TEMPLATE/3_feature-request.yml +++ b/.github/ISSUE_TEMPLATE/3_feature-request.yml @@ -60,10 +60,11 @@ body: attributes: label: Would you like to help implement this feature? description: | - Don’t worry, we can guide you through the process. If not, that’s okay too. Your suggestion is appreciated. + If not, that’s okay too. Your suggestion is appreciated. options: - No, I’m just suggesting the feature - Yes, I’d like to help with this + - Yes, but I'll need guidance - I’m not sure yet validations: required: true From 5a309268f75795425185d2908ab1ae2a27045d1e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20de=20Courville?= Date: Tue, 17 Jun 2025 12:35:41 +0200 Subject: [PATCH 13/18] issue template: simplify guidance message for issue assistance --- .github/ISSUE_TEMPLATE/1_bug_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/1_bug_report.yml b/.github/ISSUE_TEMPLATE/1_bug_report.yml index ea51168dbd..7d2313944a 100644 --- a/.github/ISSUE_TEMPLATE/1_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/1_bug_report.yml @@ -99,7 +99,7 @@ body: attributes: label: Would you like to work on the issue? description: | - Don’t worry, we can guide you through the process. If not, that’s okay too. Your report is appreciated. + If not, that’s okay too. Your report is appreciated. options: - No, I’m just reporting the issue - Yes, I’d like to help with this From 06a2d001f3108b7460ad7dcc1d6d1029886f9cc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20de=20Courville?= Date: Tue, 17 Jun 2025 12:39:28 +0200 Subject: [PATCH 14/18] issue templates: offer support for contributors --- .github/ISSUE_TEMPLATE/1_bug_report.yml | 3 +-- .github/ISSUE_TEMPLATE/2_enhancement.yml | 3 +-- .github/ISSUE_TEMPLATE/3_feature-request.yml | 3 +-- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1_bug_report.yml b/.github/ISSUE_TEMPLATE/1_bug_report.yml index 7d2313944a..de076392e3 100644 --- a/.github/ISSUE_TEMPLATE/1_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/1_bug_report.yml @@ -99,11 +99,10 @@ body: attributes: label: Would you like to work on the issue? description: | - If not, that’s okay too. Your report is appreciated. + If not, that’s okay too. Your report is appreciated. And if you need some guidance or support, we're happy to help you get started. options: - No, I’m just reporting the issue - Yes, I’d like to help with this - - Yes, but I'll need guidance - I’m not sure yet validations: required: true diff --git a/.github/ISSUE_TEMPLATE/2_enhancement.yml b/.github/ISSUE_TEMPLATE/2_enhancement.yml index 067dc6af44..a2d1aedc28 100644 --- a/.github/ISSUE_TEMPLATE/2_enhancement.yml +++ b/.github/ISSUE_TEMPLATE/2_enhancement.yml @@ -68,11 +68,10 @@ body: attributes: label: Would you like to help implement this enhancement? description: | - If not, that’s okay too. Your suggestion is appreciated. + If not, that’s okay too. Your suggestion is appreciated. And if you need some guidance or support, we're happy to help you get started. options: - No, I’m just suggesting the enhancement - Yes, I’d like to help with this - - Yes, but I'll need guidance - I’m not sure yet validations: required: true diff --git a/.github/ISSUE_TEMPLATE/3_feature-request.yml b/.github/ISSUE_TEMPLATE/3_feature-request.yml index f8b622d0f9..f826f0569c 100644 --- a/.github/ISSUE_TEMPLATE/3_feature-request.yml +++ b/.github/ISSUE_TEMPLATE/3_feature-request.yml @@ -60,11 +60,10 @@ body: attributes: label: Would you like to help implement this feature? description: | - If not, that’s okay too. Your suggestion is appreciated. + If not, that’s okay too. Your suggestion is appreciated. And if you need some guidance or support, we're happy to help you get started. options: - No, I’m just suggesting the feature - Yes, I’d like to help with this - - Yes, but I'll need guidance - I’m not sure yet validations: required: true From a52b404aac6e1ea9c8c601c2e46a8c07fd62399e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20de=20Courville?= Date: Tue, 17 Jun 2025 12:40:52 +0200 Subject: [PATCH 15/18] issue templates: update link to contribution guide for clarity --- .github/ISSUE_TEMPLATE/1_bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/2_enhancement.yml | 2 +- .github/ISSUE_TEMPLATE/3_feature-request.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1_bug_report.yml b/.github/ISSUE_TEMPLATE/1_bug_report.yml index de076392e3..48cbd8a233 100644 --- a/.github/ISSUE_TEMPLATE/1_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/1_bug_report.yml @@ -111,4 +111,4 @@ body: attributes: value: | > [!NOTE] - > 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. \ No newline at end of file + > Processing is a community-driven, open-source project. If you have time and interest to help, your contribution would be greatly appreciated! See the [contribution guide](https://github.com/processing/processing4/blob/main/CONTRIBUTING.md) to learn more about ways to get involved. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/2_enhancement.yml b/.github/ISSUE_TEMPLATE/2_enhancement.yml index a2d1aedc28..0c8c06d0d6 100644 --- a/.github/ISSUE_TEMPLATE/2_enhancement.yml +++ b/.github/ISSUE_TEMPLATE/2_enhancement.yml @@ -80,4 +80,4 @@ body: attributes: value: | > [!NOTE] - > 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. \ No newline at end of file + > Processing is a community-driven, open-source project. If you have time and interest to help, your contribution would be greatly appreciated! See the [contribution guide](https://github.com/processing/processing4/blob/main/CONTRIBUTING.md) to learn more about ways to get involved. \ 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 f826f0569c..23dbec59ca 100644 --- a/.github/ISSUE_TEMPLATE/3_feature-request.yml +++ b/.github/ISSUE_TEMPLATE/3_feature-request.yml @@ -72,4 +72,4 @@ body: attributes: value: | > [!NOTE] - > 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. \ No newline at end of file + > Processing is a community-driven, open-source project. If you have time and interest to help, your contribution would be greatly appreciated! See the [contribution guide](https://github.com/processing/processing4/blob/main/CONTRIBUTING.md) to learn more about ways to get involved. \ No newline at end of file From c663b32a777a467bdaf18ec1e9fb110232b75c36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20de=20Courville?= Date: Tue, 17 Jun 2025 12:41:46 +0200 Subject: [PATCH 16/18] issue templates: simplify contribution guide line --- .github/ISSUE_TEMPLATE/1_bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/2_enhancement.yml | 2 +- .github/ISSUE_TEMPLATE/3_feature-request.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1_bug_report.yml b/.github/ISSUE_TEMPLATE/1_bug_report.yml index 48cbd8a233..1e5e137613 100644 --- a/.github/ISSUE_TEMPLATE/1_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/1_bug_report.yml @@ -111,4 +111,4 @@ body: attributes: value: | > [!NOTE] - > Processing is a community-driven, open-source project. If you have time and interest to help, your contribution would be greatly appreciated! See the [contribution guide](https://github.com/processing/processing4/blob/main/CONTRIBUTING.md) to learn more about ways to get involved. \ No newline at end of file + > Processing is a community-driven, open-source project. If you have time and interest to help, your contribution would be greatly appreciated! See the [contribution guide](https://github.com/processing/processing4/blob/main/CONTRIBUTING.md) to learn more. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/2_enhancement.yml b/.github/ISSUE_TEMPLATE/2_enhancement.yml index 0c8c06d0d6..f85a8d5ac6 100644 --- a/.github/ISSUE_TEMPLATE/2_enhancement.yml +++ b/.github/ISSUE_TEMPLATE/2_enhancement.yml @@ -80,4 +80,4 @@ body: attributes: value: | > [!NOTE] - > Processing is a community-driven, open-source project. If you have time and interest to help, your contribution would be greatly appreciated! See the [contribution guide](https://github.com/processing/processing4/blob/main/CONTRIBUTING.md) to learn more about ways to get involved. \ No newline at end of file + > Processing is a community-driven, open-source project. If you have time and interest to help, your contribution would be greatly appreciated! See the [contribution guide](https://github.com/processing/processing4/blob/main/CONTRIBUTING.md) to learn more. \ 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 23dbec59ca..fdef06d897 100644 --- a/.github/ISSUE_TEMPLATE/3_feature-request.yml +++ b/.github/ISSUE_TEMPLATE/3_feature-request.yml @@ -72,4 +72,4 @@ body: attributes: value: | > [!NOTE] - > Processing is a community-driven, open-source project. If you have time and interest to help, your contribution would be greatly appreciated! See the [contribution guide](https://github.com/processing/processing4/blob/main/CONTRIBUTING.md) to learn more about ways to get involved. \ No newline at end of file + > Processing is a community-driven, open-source project. If you have time and interest to help, your contribution would be greatly appreciated! See the [contribution guide](https://github.com/processing/processing4/blob/main/CONTRIBUTING.md) to learn more. \ No newline at end of file From 28c704a228c1c05d5edea0d682aba47f86132223 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20de=20Courville?= Date: Tue, 17 Jun 2025 12:43:17 +0200 Subject: [PATCH 17/18] issue templates: clarify call to help --- .github/ISSUE_TEMPLATE/1_bug_report.yml | 4 ++-- .github/ISSUE_TEMPLATE/2_enhancement.yml | 4 ++-- .github/ISSUE_TEMPLATE/3_feature-request.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/1_bug_report.yml b/.github/ISSUE_TEMPLATE/1_bug_report.yml index 1e5e137613..3a8d9c8287 100644 --- a/.github/ISSUE_TEMPLATE/1_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/1_bug_report.yml @@ -99,7 +99,7 @@ body: attributes: label: Would you like to work on the issue? description: | - If not, that’s okay too. Your report is appreciated. And if you need some guidance or support, we're happy to help you get started. + If not, that’s okay too. Your report is appreciated. options: - No, I’m just reporting the issue - Yes, I’d like to help with this @@ -111,4 +111,4 @@ body: attributes: value: | > [!NOTE] - > Processing is a community-driven, open-source project. If you have time and interest to help, your contribution would be greatly appreciated! See the [contribution guide](https://github.com/processing/processing4/blob/main/CONTRIBUTING.md) to learn more. \ No newline at end of file + > Processing is a community-driven, open-source project. If you have time and interest to help, your contribution would be greatly appreciated! See the [contribution guide](https://github.com/processing/processing4/blob/main/CONTRIBUTING.md) to learn more. And if you need some guidance or support, we're happy to help you get started. \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/2_enhancement.yml b/.github/ISSUE_TEMPLATE/2_enhancement.yml index f85a8d5ac6..1323bdfd6a 100644 --- a/.github/ISSUE_TEMPLATE/2_enhancement.yml +++ b/.github/ISSUE_TEMPLATE/2_enhancement.yml @@ -68,7 +68,7 @@ body: attributes: label: Would you like to help implement this enhancement? description: | - If not, that’s okay too. Your suggestion is appreciated. And if you need some guidance or support, we're happy to help you get started. + If not, that’s okay too. Your suggestion is appreciated. options: - No, I’m just suggesting the enhancement - Yes, I’d like to help with this @@ -80,4 +80,4 @@ body: attributes: value: | > [!NOTE] - > Processing is a community-driven, open-source project. If you have time and interest to help, your contribution would be greatly appreciated! See the [contribution guide](https://github.com/processing/processing4/blob/main/CONTRIBUTING.md) to learn more. \ No newline at end of file + > Processing is a community-driven, open-source project. If you have time and interest to help, your contribution would be greatly appreciated! See the [contribution guide](https://github.com/processing/processing4/blob/main/CONTRIBUTING.md) to learn more. And if you need some guidance or support, we're happy to help you get started. \ 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 fdef06d897..ec115e7b8f 100644 --- a/.github/ISSUE_TEMPLATE/3_feature-request.yml +++ b/.github/ISSUE_TEMPLATE/3_feature-request.yml @@ -60,7 +60,7 @@ body: attributes: label: Would you like to help implement this feature? description: | - If not, that’s okay too. Your suggestion is appreciated. And if you need some guidance or support, we're happy to help you get started. + If not, that’s okay too. Your suggestion is appreciated. options: - No, I’m just suggesting the feature - Yes, I’d like to help with this @@ -72,4 +72,4 @@ body: attributes: value: | > [!NOTE] - > Processing is a community-driven, open-source project. If you have time and interest to help, your contribution would be greatly appreciated! See the [contribution guide](https://github.com/processing/processing4/blob/main/CONTRIBUTING.md) to learn more. \ No newline at end of file + > Processing is a community-driven, open-source project. If you have time and interest to help, your contribution would be greatly appreciated! See the [contribution guide](https://github.com/processing/processing4/blob/main/CONTRIBUTING.md) to learn more. And if you need some guidance or support, we're happy to help you get started. \ No newline at end of file From b8297f4cbff8fcbd948f38ece85037afd6cff811 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20de=20Courville?= Date: Tue, 17 Jun 2025 12:44:39 +0200 Subject: [PATCH 18/18] issue templates: change note to tip for clarity on contributions --- .github/ISSUE_TEMPLATE/2_enhancement.yml | 2 +- .github/ISSUE_TEMPLATE/3_feature-request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/2_enhancement.yml b/.github/ISSUE_TEMPLATE/2_enhancement.yml index 1323bdfd6a..97f02ac326 100644 --- a/.github/ISSUE_TEMPLATE/2_enhancement.yml +++ b/.github/ISSUE_TEMPLATE/2_enhancement.yml @@ -6,7 +6,7 @@ body: - type: markdown attributes: value: | - > [!NOTE] + > [!TIP] > If you have an idea for something Processing doesn’t yet support, **creating a library** is often the best way to contribute. Read more about creating a library [here](https://github.com/processing/processing4/blob/main/CONTRIBUTING.md#adding-new-features-to-processing). - type: dropdown diff --git a/.github/ISSUE_TEMPLATE/3_feature-request.yml b/.github/ISSUE_TEMPLATE/3_feature-request.yml index ec115e7b8f..1bbe2e0a46 100644 --- a/.github/ISSUE_TEMPLATE/3_feature-request.yml +++ b/.github/ISSUE_TEMPLATE/3_feature-request.yml @@ -6,7 +6,7 @@ body: - type: markdown attributes: value: | - > [!NOTE] + > [!TIP] > If you have an idea for something Processing doesn’t yet support, **creating a library** is often the best way to contribute. Read more about creating a library [here](https://github.com/processing/processing4/blob/main/CONTRIBUTING.md#adding-new-features-to-processing). - type: dropdown