From c66fa33b2e7fb75d06f8a1570700945338fa6e59 Mon Sep 17 00:00:00 2001 From: snipe Date: Wed, 10 Sep 2025 15:43:09 +0100 Subject: [PATCH] Have I mentioned how much I hate YAML? --- .github/ISSUE_TEMPLATE/Bug-Report.yml | 5 +++-- .github/ISSUE_TEMPLATE/Feature-Request.yml | 3 +-- 2 files changed, 4 insertions(+), 4 deletions(-) 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