From ea5aba6b5c78da4a68fce34ddd965e6c27d4d084 Mon Sep 17 00:00:00 2001 From: Ategon Date: Sun, 25 Feb 2024 20:54:55 +0000 Subject: [PATCH] Add .github/ISSUE_TEMPLATE/BUG_REPORT.yaml --- .github/ISSUE_TEMPLATE/BUG_REPORT.yaml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/BUG_REPORT.yaml diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yaml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yaml new file mode 100644 index 0000000..8b9038d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yaml @@ -0,0 +1,17 @@ +name: Bug Report +about: File a bug report +title: "[Bug]: " +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this bug report! + - type: textarea + id: what-happened + attributes: + label: What happened? + description: Also tell us, what did you expect to happen? + placeholder: Tell us what you see! + value: "A bug happened!" + validations: + required: true \ No newline at end of file