Skip to content

Commit

Permalink
Create BUG_REPORT.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
KrLite committed Sep 1, 2023
1 parent eb31e23 commit cf9eb6b
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions .github/ISSUE_TEMPLATE/BUG_REPORT.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
name: Bug Report
description: Report a bug
title: "[BUG]: "
labels: ["bug"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to fill out this bug report!
- type: dropdown
id: mod-loader
attributes:
label: "Which Mod Loader are You Using?"
options:
- Quilt
- Fabric
- Forge
validations:
required: true
- type: textarea
id: what-happened
attributes:
label: What Happened?
description: Inform us the behavior of the bug.
validations:
required: true
- type: textarea
id: what-should-happen
attributes:
label: What Should Happen?
description: Inform us the behavior you expected.
- type: textarea
id: reproduce
attributes:
label: Steps to Reproduce
description: Tell us how to reproduce the bug.
placeholder: |
E.g.,
1. Nevigate to ...
2. Click on ...
3. You will see ...
...
validations:
required: true
- type: input
id: crash-log
attributes:
label: Crash Log
description: If crashed, please use a pastebin service(e.g., [`Ubuntu Pastebin`](https://paste.ubuntu.com)) to hold your log and paste the link below.
- type: textarea
id: anything-else
attributes:
label: Anything Else?

0 comments on commit cf9eb6b

Please sign in to comment.