From 170fcc8282cda91e14d020c292f6f37707701022 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20de=20Courville?= Date: Tue, 17 Jun 2025 11:33:14 +0200 Subject: [PATCH] =?UTF-8?q?Issue=20templates:=20Change=20the=20default=20o?= =?UTF-8?q?ption=20to=20"No,=20I=E2=80=99m=20just=20reporting=20the=20issu?= =?UTF-8?q?e"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .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 8408231935..f8183033fd 100644 --- a/.github/ISSUE_TEMPLATE/1_bug_report.yml +++ b/.github/ISSUE_TEMPLATE/1_bug_report.yml @@ -94,8 +94,8 @@ body: See [CONTRIBUTING.md](https://github.com/processing/processing4/blob/main/CONTRIBUTING.md) to learn more about how to get involved. options: - - Yes, I’d like to help with this - No, I’m just reporting the issue + - Yes, I’d like to help with this - 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 09c4910176..b68f162a24 100644 --- a/.github/ISSUE_TEMPLATE/2_enhancement.yml +++ b/.github/ISSUE_TEMPLATE/2_enhancement.yml @@ -75,8 +75,8 @@ body: See [CONTRIBUTING.md](https://github.com/processing/processing4/blob/main/CONTRIBUTING.md) to learn more about how to get involved. options: - - Yes, I’d like to help with this - No, I’m just reporting the issue + - Yes, I’d like to help with this - 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 07165d3420..b944664b16 100644 --- a/.github/ISSUE_TEMPLATE/3_feature-request.yml +++ b/.github/ISSUE_TEMPLATE/3_feature-request.yml @@ -72,8 +72,8 @@ body: See [CONTRIBUTING.md](https://github.com/processing/processing4/blob/main/CONTRIBUTING.md) to learn more about how to get involved. options: - - Yes, I’d like to help with this - No, I’m just reporting the issue + - Yes, I’d like to help with this - I’m not sure yet validations: required: true \ No newline at end of file