From 75915fada8eab23e658487e610b1da84ca466087 Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Wed, 14 Jul 2021 12:03:15 +1200 Subject: [PATCH] Fix platform Add board --- .github/ISSUE_TEMPLATE/bug_report.yml | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 5e2a274..12ee9c0 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -44,12 +44,16 @@ body: validations: required: true attributes: - label: What type of board are you using? - description: > - If you don't know, you can find it in: Configuration panel -> Info. + label: What platform are you using? options: - ESP8266 - ESP32 + - type: input + attributes: + label: Board + description: > + The name of the board you are using. For example, sonoff basic, nodemcu, shelly. + - type: input id: component_name attributes: