diff --git a/.github/ISSUE_TEMPLATE/-bug--bug-report.md b/.github/ISSUE_TEMPLATE/-bug--bug-report.md deleted file mode 100644 index 6e5ff660..00000000 --- a/.github/ISSUE_TEMPLATE/-bug--bug-report.md +++ /dev/null @@ -1,35 +0,0 @@ ---- -name: "[BUG] Bug report" -about: Create a report to help us improve -title: "[BUG] : " -labels: bug -assignees: Zagrios ---- - -## Bug Description - - -## Reproduction Steps - - -## Expected Behavior - - -## Screenshots - - -## System Specs - - -## Additional context - diff --git a/.github/ISSUE_TEMPLATE/-bug--bug-report.yaml b/.github/ISSUE_TEMPLATE/-bug--bug-report.yaml new file mode 100644 index 00000000..f2a8f49c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/-bug--bug-report.yaml @@ -0,0 +1,54 @@ + + +name: "[BUG] Bug report" +description: Create a report to help us improve +title: "[BUG] : " +labels: bug +assignees: Zagrios +body: + - type: markdown + attributes: + value: | + ## Thanks for taking the time to fill out this bug report! 😊 + - type: textarea + id: description + attributes: + label: Issue encountered + description: Tell us what issue you've encountered. + validations: + required: true + - type: textarea + id: expected + attributes: + label: Expected Behavior + description: Tell us what should expected to happen. + - type: textarea + id: replication + attributes: + label: Steps to Reproduce + description: Provide a link to a live example, or an unambiguous set of steps to reproduce this bug. Include code to reproduce, if relevant. + placeholder: | + 1. Go to '...' + 2. Click on '....' + 3. Scroll down to '....' + 4. See error + - type: dropdown + id: os + attributes: + label: Operating System + options: + - Windows 10 + - Windows 11 + - Linux + - type: input + id: version + attributes: + label: Version + description: What version of BSManager are you running? + placeholder: eg. 1.4.8 or 1.5.0-alpha-4 + - type: textarea + id: additional-context + attributes: + label: Additional Context + description: Any other context that you may share about the issue. +