From 48a722aae856938d0145240759f6a203bd7a6d2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vojt=C4=9Bch=20Barto=C5=A1ka?= <76958047+VojtechBartoska@users.noreply.github.com> Date: Mon, 17 Jan 2022 15:17:18 +0100 Subject: [PATCH] Versions and feature Request Template updates (#6096) * Update of versions and Feature request template * Update of versions and Feature request template * Formatting --- .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 d5052443..07882880 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 f355f266..4b0465bb 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