diff --git a/.github/ISSUE_TEMPLATE/Bug-Report.yml b/.github/ISSUE_TEMPLATE/Bug-Report.yml index 102895601c..ccc5a67370 100644 --- a/.github/ISSUE_TEMPLATE/Bug-Report.yml +++ b/.github/ISSUE_TEMPLATE/Bug-Report.yml @@ -46,8 +46,7 @@ body: attributes: label: What happened? description: Also tell us, what did you expect to happen? - placeholder: Tell us what you see! - value: "" + placeholder: Tell us what you see! (Be nice!) validations: required: true - type: dropdown @@ -87,6 +86,8 @@ body: required: true - label: I have run database migrations (where applicable). required: true + - label: I have attached screenshots and/or videos of the issue (where applicable) + required: true - type: checkboxes id: terms attributes: diff --git a/.github/ISSUE_TEMPLATE/Feature-Request.yml b/.github/ISSUE_TEMPLATE/Feature-Request.yml index f1d5d8b689..1634eaf08f 100644 --- a/.github/ISSUE_TEMPLATE/Feature-Request.yml +++ b/.github/ISSUE_TEMPLATE/Feature-Request.yml @@ -21,8 +21,7 @@ body: attributes: label: How can we help? description: Let us know in detail what feature you'd like to see added. While we can't promise to implement every feature request, we do read every one and take them into consideration when planning future releases. - placeholder: Tell us what you want! - value: "" + placeholder: Tell us what you want! (Be nice!) validations: required: true - type: checkboxes