From 93f15488d5a055a55594c02ef44e6f30914c75db Mon Sep 17 00:00:00 2001 From: VojtechBartoska Date: Tue, 4 Jan 2022 15:35:08 +0100 Subject: [PATCH 1/3] Update of versions and Feature request template --- .github/ISSUE_TEMPLATE/Feature-request.yml | 8 ++++++++ .github/ISSUE_TEMPLATE/Issue-report.yml | 1 + 2 files changed, 9 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/Feature-request.yml b/.github/ISSUE_TEMPLATE/Feature-request.yml index d50524433da..af9607a0c97 100644 --- a/.github/ISSUE_TEMPLATE/Feature-request.yml +++ b/.github/ISSUE_TEMPLATE/Feature-request.yml @@ -52,3 +52,11 @@ body: label: Additional context description: Please add any other context or screenshots about the feature request here. placeholder: ex. This would work only when ... + - type: checkboxes + id: confirmation + attributes: + label: I have checked existing list of Feature requests and Contribution Guide. + description: You agree to check all the resources above before opening a new Feature request. + options: + - label: I confirm I have checked existing list of Feature requests and Contribution Guide. + required: true diff --git a/.github/ISSUE_TEMPLATE/Issue-report.yml b/.github/ISSUE_TEMPLATE/Issue-report.yml index f355f26628a..4b0465bb994 100644 --- a/.github/ISSUE_TEMPLATE/Issue-report.yml +++ b/.github/ISSUE_TEMPLATE/Issue-report.yml @@ -40,6 +40,7 @@ body: description: What version of Arduino ESP32 are you running? If possible, consider updating to the latest version. options: - latest master + - v2.0.2 - v2.0.1 - v2.0.0 - v1.0.6 From fd402e0a5486633dde369ed4e519ffc56c8e8f87 Mon Sep 17 00:00:00 2001 From: VojtechBartoska Date: Tue, 4 Jan 2022 15:38:33 +0100 Subject: [PATCH 2/3] Update of versions and Feature request template --- .github/ISSUE_TEMPLATE/Feature-request.yml | 8 ++++++++ .github/ISSUE_TEMPLATE/Issue-report.yml | 1 + 2 files changed, 9 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/Feature-request.yml b/.github/ISSUE_TEMPLATE/Feature-request.yml index d50524433da..0788288036c 100644 --- a/.github/ISSUE_TEMPLATE/Feature-request.yml +++ b/.github/ISSUE_TEMPLATE/Feature-request.yml @@ -52,3 +52,11 @@ body: label: Additional context description: Please add any other context or screenshots about the feature request here. placeholder: ex. This would work only when ... + - type: checkboxes + id: confirmation + attributes: + label: I have checked existing list of Feature requests and the Contribution Guide + description: You agree to check all the resources above before opening a new Feature request. + options: + - label: I confirm I have checked existing list of Feature requests and Contribution Guide. + required: true diff --git a/.github/ISSUE_TEMPLATE/Issue-report.yml b/.github/ISSUE_TEMPLATE/Issue-report.yml index f355f26628a..4b0465bb994 100644 --- a/.github/ISSUE_TEMPLATE/Issue-report.yml +++ b/.github/ISSUE_TEMPLATE/Issue-report.yml @@ -40,6 +40,7 @@ body: description: What version of Arduino ESP32 are you running? If possible, consider updating to the latest version. options: - latest master + - v2.0.2 - v2.0.1 - v2.0.0 - v1.0.6 From 6a3dc33801b84409486738c0de06ba096d3dd5e6 Mon Sep 17 00:00:00 2001 From: VojtechBartoska Date: Tue, 4 Jan 2022 15:55:30 +0100 Subject: [PATCH 3/3] Formatting --- .github/ISSUE_TEMPLATE/Feature-request.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/Feature-request.yml b/.github/ISSUE_TEMPLATE/Feature-request.yml index af9607a0c97..0788288036c 100644 --- a/.github/ISSUE_TEMPLATE/Feature-request.yml +++ b/.github/ISSUE_TEMPLATE/Feature-request.yml @@ -55,7 +55,7 @@ body: - type: checkboxes id: confirmation attributes: - label: I have checked existing list of Feature requests and Contribution Guide. + label: I have checked existing list of Feature requests and the Contribution Guide description: You agree to check all the resources above before opening a new Feature request. options: - label: I confirm I have checked existing list of Feature requests and Contribution Guide.