diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md deleted file mode 100644 index 32118a6..0000000 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve ---- - - - -## Expected Result - - - -## Actual Result - - - -## Reproduction Steps - - - -## System Information - - diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml new file mode 100644 index 0000000..6b13d36 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -0,0 +1,54 @@ +name: Bug Report +description: Create a report to help us improve +labels: [":bug: 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 did you see? + description: A clear and concise description of what you saw happen. + placeholder: Tell us what you see! + validations: + required: true + - type: textarea + id: what-was-expected + attributes: + label: ✅ What did you expect to see? + description: Describe what you would like to have happened instead. + placeholder: Tell us what you expected to see! + validations: + required: true + - type: textarea + id: version + attributes: + label: 📦 Which package version are you using? + description: What version of our software are you running? + placeholder: 0.3.0 + - type: textarea + id: how-to-reproduce + attributes: + label: ✅ What did you expect to see? + description: | + It order to fix the problem, we need to be able to reproduce it. + A Minimal Reproducible Example can be really helpful for anyone + trying to diagnose and fix the problem. + + See https://stackoverflow.com/help/minimal-reproducible-example + + Add screenshots if that would be useful. + + Please outline the steps below: + placeholder: | + 1. Install '...' version '...' + 2. Create a file called '....' + 3. Run command '....' + 4. See error '....' + - type: textarea + id: context + attributes: + label: 📚 Any additional context? + description: Add any other context, references or screenshots about the problem here.