From faef1d02b22a9ee8d8a3928e23b3e8b668b030fc Mon Sep 17 00:00:00 2001 From: Tony Stork Date: Thu, 8 Aug 2024 22:28:11 -0400 Subject: [PATCH] Add bug report issue template (cherry picked from commit 94cbb81be1bd409fd6e18e1200842b7283b8fb98) --- issue_template/bug_report.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 issue_template/bug_report.yaml diff --git a/issue_template/bug_report.yaml b/issue_template/bug_report.yaml new file mode 100644 index 0000000..0b2b594 --- /dev/null +++ b/issue_template/bug_report.yaml @@ -0,0 +1,22 @@ +name: Bug Report +about: Report a bug that you have found +title: "[Bug]: " +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this bug report! + - type: markdown + attributes: + value: | + This issue was created by an issue **template** + visible: [content] + - type: textarea + id: what-happened + attributes: + label: What happened? + description: Also, what were you expecting to happen? + placeholder: Tell me what you saw! + value: "A bug happened!" + validations: + required: true