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.