From 4308a7cf794bbf55a158f67d3ac398ed665cc2de Mon Sep 17 00:00:00 2001 From: Frank <91616163+softhack007@users.noreply.github.com> Date: Tue, 6 Dec 2022 18:05:32 +0100 Subject: [PATCH] bug.yml: adding new MCUs do boards dropdown. --- .github/ISSUE_TEMPLATE/bug.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index ac2a1214..285ad419 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -56,6 +56,9 @@ body: options: - ESP8266 - ESP32 + - ESP32-S3 + - ESP32-S2 + - ESP32-C3 - Other validations: required: true @@ -80,4 +83,4 @@ body: description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/Aircoookie/WLED/blob/master/CODE_OF_CONDUCT.md) options: - label: I agree to follow this project's Code of Conduct - required: true \ No newline at end of file + required: true