Skip to content

Commit

Permalink
Merge pull request #10 from BySwiizen/feature/templates
Browse files Browse the repository at this point in the history
Add Templates
  • Loading branch information
datatags authored Feb 4, 2024
2 parents e2ddb2f + 66dbc7d commit ea99a65
Show file tree
Hide file tree
Showing 4 changed files with 82 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
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/CONFIG.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: true
contact_links:
- name: ? Discord Support
url: https://discord.gg/PgSXZT37JV
about: If you need help or support, visit Discord!
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/FEATURE_REQUEST.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: ? Feature request
description: "Have an idea for a new feature in UltraCosmetics-gui-addon? Suggest it here!"
labels: ["enhancement"]
body:
- type: textarea
attributes:
label: "Describe the feature and how it would be used"
validations:
required: true
- type: textarea
attributes:
label: "Are there alternatives?"
validations:
required: true
- type: textarea
attributes:
label: Additional information
7 changes: 7 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
### What is the purpose of this pull request?

1. _What does it do, and what issues does it solve?_

#### Changes

- [ ] Use GitHub checklists to list things you've done or are still working on.

0 comments on commit ea99a65

Please sign in to comment.