Skip to content

Commit

Permalink
+ updated template
Browse files Browse the repository at this point in the history
  • Loading branch information
illyrius666 committed Jul 17, 2024
1 parent da0695f commit 83bee71
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 26 deletions.
25 changes: 7 additions & 18 deletions .github/ISSUE_TEMPLATE/bug.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Illyria Bug Report
description: File a bug report for Illyria
labels: [bug]
name: Bug Report
description: File a bug report
labels: [Bug]
body:
- type: markdown
attributes:
Expand All @@ -11,8 +11,8 @@ body:
attributes:
label: Problem
description: Please give a text description of how you reached the problem
value: |
1. Install Illyria...
placeholder: |
1. Install...
2. Do this...
3. Do that...
4. Observe the error...
Expand All @@ -26,22 +26,11 @@ body:
placeholder: The code to place a is missing b and c...
validations:
required: false
- type: dropdown
id: mcversion
attributes:
label: Minecraft Version
description: What version of Minecraft is the server on?
options:
- 1.22
- 1.21
- 1.20
validations:
required: true
- type: input
id: version
attributes:
label: Illyria Version
description: What version of Illyria are you running?
label: Version
description: What version are you running?
placeholder: DO NOT SAY "LATEST"
validations:
required: true
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: Illyria Community Support
- name: Community Support
url: https://discord.gg/CWy6JxNXP4
about: Please ask and answer questions here.
14 changes: 7 additions & 7 deletions .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Illyria Feature Request
description: File a feature request for Illyria, the features are NOT intended to replace other plugins (though, i would not mind doing it) all features should feel effortless on the player to be using.
labels: [feature]
name: Feature Request
description: File a feature request.
labels: [Feature]
body:
- type: markdown
attributes:
Expand All @@ -22,24 +22,24 @@ body:
attributes:
label: Type of Modification
description: What is it for?
value: I want to ...
placeholder: I want to ...
validations:
required: true
- type: textarea
id: desc
attributes:
label: What are you trying to modify
description: Give as detailed of a description as you can for the skill that you want (include pictures/Videos if applicable)
value: The way I would implement this is ...
placeholder: The way I would implement this is ...
validations:
required: true
- type: textarea
id: alternative
attributes:
label: Alternatives
description: What alternatives have you considered?
value: plugins... commands...
placeholder: list any...
- type: markdown
id: thanks
attributes:
value: "Thank you for filling out the form! We read it soon.."
value: "Thank you for filling out the form! We will read it soon.."

0 comments on commit 83bee71

Please sign in to comment.