From 56eebb9db4f3b2705b461c9e02bb53f8d5178f60 Mon Sep 17 00:00:00 2001 From: snipe Date: Wed, 10 Sep 2025 15:40:12 +0100 Subject: [PATCH] Small tweaks to templates --- .github/ISSUE_TEMPLATE/Bug-Report.yml | 2 +- .github/ISSUE_TEMPLATE/Feature-Request.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/Bug-Report.yml b/.github/ISSUE_TEMPLATE/Bug-Report.yml index f4b7ee8515..102895601c 100644 --- a/.github/ISSUE_TEMPLATE/Bug-Report.yml +++ b/.github/ISSUE_TEMPLATE/Bug-Report.yml @@ -47,7 +47,7 @@ body: label: What happened? description: Also tell us, what did you expect to happen? placeholder: Tell us what you see! - value: "A bug happened!" + value: "" validations: required: true - type: dropdown diff --git a/.github/ISSUE_TEMPLATE/Feature-Request.yml b/.github/ISSUE_TEMPLATE/Feature-Request.yml index 18da2e0f94..f1d5d8b689 100644 --- a/.github/ISSUE_TEMPLATE/Feature-Request.yml +++ b/.github/ISSUE_TEMPLATE/Feature-Request.yml @@ -12,7 +12,7 @@ body: id: version attributes: label: Snipe-IT Version - description: What version of Snipe-IT are you seeing this issue on? You can find the version number in the footer of any page in Snipe-IT. + description: What version of Snipe-IT are you currently running? You can find the version number in the footer of any page in Snipe-IT. placeholder: ex. v8.3.1 - build 19577 (master) validations: required: true @@ -22,7 +22,7 @@ body: 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: "Something really cool" + value: "" validations: required: true - type: checkboxes