From 326d6fc074e866cfa4639e50625a221183cb86cf Mon Sep 17 00:00:00 2001 From: Drake Date: Thu, 22 Aug 2024 21:25:24 +0100 Subject: [PATCH] Create BUG-REPORT.yml --- .github/ISSUE_TEMPLATE/BUG-REPORT.yml | 57 +++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/BUG-REPORT.yml diff --git a/.github/ISSUE_TEMPLATE/BUG-REPORT.yml b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml new file mode 100644 index 0000000..e554807 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/BUG-REPORT.yml @@ -0,0 +1,57 @@ +name: Bug Report +about: File a bug report. +labels: ["bug", "needs-verification"] +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this bug report! + - type: textarea + id: repro + attributes: + label: Reproduction steps + description: "How do you trigger this bug? Please walk us through it step by step." + value: | + 1. + 2. + 3. + ... + render: bash + validations: + required: true + - type: textarea + id: expected + attributes: + label: Expected results + description: "What did you expect to happen?" + validations: + required: true + - type: textarea + id: actual + attributes: + label: Actual results + description: "What actually happened?" + validations: + required: true + - type: input + id: prevalence + attributes: + label: Bug prevalence + description: "How often do you or others encounter this bug?" + placeholder: "Only once / Every time I login / Every time I talk to Mr Blake / etc." + validations: + required: true + - type: textarea + id: description + attributes: + label: Description + description: "Please tell us any other relevant information, what you were doing at the time, etc." + validations: + required: true + - type: input + id: autoreport + attributes: + label: Report link + description: Link to automatically generated character report + validations: + required: true