From 470b19c2ddc3754bce3a21308170dbb3cd40f909 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Sat, 23 Mar 2024 15:04:16 -0400 Subject: [PATCH] modifying the templates some more --- .gitea/issue_template/bug_report.yaml | 13 ++++++++----- .gitea/issue_template/mod_suggestion.yaml | 1 + 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/.gitea/issue_template/bug_report.yaml b/.gitea/issue_template/bug_report.yaml index 5b9e71c..a614108 100644 --- a/.gitea/issue_template/bug_report.yaml +++ b/.gitea/issue_template/bug_report.yaml @@ -1,5 +1,6 @@ name: Bug Report about: File a bug report +labels: [bug] body: - type: markdown attributes: @@ -17,8 +18,7 @@ body: attributes: label: What happened? description: Also tell us, what did you expect to happen? - placeholder: Tell us what you see! - value: 'A bug happened!' + placeholder: A bug happened! validations: required: true - type: textarea @@ -26,15 +26,18 @@ body: attributes: label: Reproduction steps description: Please provide detailed steps to reproduce the bug. - placeholder: Tell us how to reproduce the bug! - value: '1. Do this\n2. Do that\n3. Do this other thing\n4. Bug happens!' + placeholder: | + 1. Do this + 2. Do that\ + 3. Do this other thing\ + 4. Bug happens! validations: required: false - type: dropdown id: environment attributes: label: Environment - description: What environment type does this bug effect? + description: What environment type(s) does this bug effect? options: - Client - Server diff --git a/.gitea/issue_template/mod_suggestion.yaml b/.gitea/issue_template/mod_suggestion.yaml index c50ee9a..8147a47 100644 --- a/.gitea/issue_template/mod_suggestion.yaml +++ b/.gitea/issue_template/mod_suggestion.yaml @@ -1,5 +1,6 @@ name: Mod Suggestion about: Suggest a new mod +labels: [mod discussion] body: - type: markdown attributes: