From df1881acfa5c1a367d6a9ef8edb90cda03cb0eb8 Mon Sep 17 00:00:00 2001 From: EmilySeville7cfg Date: Sun, 20 Feb 2022 18:47:44 +1000 Subject: [PATCH] Room for extra details for: - bug report - feature request --- .github/ISSUE_TEMPLATE/bug_report.yml | 5 +++++ .github/ISSUE_TEMPLATE/feature_request.yml | 6 +++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index d4ffc4466f..a187422efb 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -78,3 +78,8 @@ body: ``` validations: required: true + - type: textarea + attributes: + label: Notes + description: > + Provide any extra details here. diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 28bb4410b1..670aef64b3 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -27,4 +27,8 @@ body: description: > How has this issue affected you? What are you trying to accomplish? Providing context helps us come up with a solution that is most useful in the real world. - + - type: textarea + attributes: + label: Notes + description: > + Provide any extra details here.