-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
53 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |