Skip to content

Commit

Permalink
Add Bug Report
Browse files Browse the repository at this point in the history
  • Loading branch information
BySwiizen committed Feb 3, 2024
1 parent f4c7737 commit 66dbc7d
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: Found a bug in UltraCosmetics-gui-addon? Report it here!
labels: ["bug"]
body:
- type: textarea
attributes:
label: "What steps will reproduce the issue?"
description: "It's much more difficult to fix a bug if you don't know how to cause it."
value: |-
1.
2.
3.
validations:
required: true
- type: textarea
attributes:
label: "What was supposed to happen?"
validations:
required: true
- type: textarea
attributes:
label: "What happened instead?"
placeholder: "ex. The gadget did nothing and this error appeared in console: ..."
validations:
required: true
- type: input
attributes:
label: "What version of UltraCosmetics-gui-addon are you using? Do not say 'latest'."
description: "Hint: check the filename of your UltraCosmetics jar."
placeholder: "ex. UltraCosmetics-gui-addon-1.0.2"
validations:
required: true
- type: input
attributes:
label: "What server distribution (Spigot, Paper, etc.) and what version are you using? Do not say 'latest'."
description: "Hint: run /version in the console and paste the output here."
placeholder: "ex. This server is running Paper version git-Paper-150 (MC: 1.18.1) (Implementing API version 1.18.1-R0.1-SNAPSHOT) (Git: 0c64d40)"
validations:
required: true
- type: textarea
attributes:
label: "What plugins do you have installed?"
description: "Hint: run /plugins in the console and paste the output here."
placeholder: "ex. Plugins (5): Essentials, LuckPerms, UltraCosmetics, WorldEdit, WorldGuard"
validations:
required: true
- type: textarea
attributes:
label: "Are there any errors in the console or in logs?"
description: "They might be Greek to you but they're gold when diagnosing an issue."
- type: textarea
attributes:
label: Additional information that could be helpful in fixing the problem

0 comments on commit 66dbc7d

Please sign in to comment.