From 0f9e096d6e0cf7fb20fc81c0f92cd95e66deccb0 Mon Sep 17 00:00:00 2001 From: Keith Bennett <13375512+thisiskeithb@users.noreply.github.com> Date: Sun, 25 Apr 2021 13:06:27 -0700 Subject: [PATCH] Update Issue Templates (#21702) --- .github/ISSUE_TEMPLATE/bug_report.yml | 4 ++++ .github/ISSUE_TEMPLATE/feature_request.yml | 8 +++----- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index a84b208a4a..d1eb861058 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 diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 73ebcbb57a..df1938ccd8 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.