From 3ad07abc253dead08358dc81d375514ccbb02c9c Mon Sep 17 00:00:00 2001 From: thisiskeithb <13375512+thisiskeithb@users.noreply.github.com> Date: Sun, 25 Apr 2021 11:36:29 -0700 Subject: [PATCH 1/2] Update Bug Report Template Bring back text area at the bottom of the bug report so users can upload configs & related files. --- .github/ISSUE_TEMPLATE/bug_report.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index a84b208a4a0b..d1eb86105857 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -151,3 +151,7 @@ body: If you've made any other modifications to the firmware, please describe them in detail in the space provided. When pasting formatted text into the box below don't forget to put ` ``` ` (on its own line) before and after to make it readable. + + - type: textarea + attributes: + label: Additional information & file uploads From 20feb2036d5c4cbf7e3cd12fa1eee91a2eb14161 Mon Sep 17 00:00:00 2001 From: thisiskeithb <13375512+thisiskeithb@users.noreply.github.com> Date: Sun, 25 Apr 2021 12:03:25 -0700 Subject: [PATCH 2/2] Feature Request too --- .github/ISSUE_TEMPLATE/feature_request.yml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 73ebcbb57a60..df1938ccd84a 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -38,9 +38,7 @@ body: validations: required: true - - type: markdown + - type: textarea attributes: - value: > - **Additional context** - - Add any other context or screenshots about the feature request here. + label: Additional context + description: Add any other context or screenshots about the feature request here.