Skip to content

Commit

Permalink
Merge pull request #43 from Experimentali/update-issue-templates
Browse files Browse the repository at this point in the history
Update issue templates
  • Loading branch information
VetheonGames committed Apr 19, 2023
2 parents 140989d + 5b96882 commit 3ff321b
Show file tree
Hide file tree
Showing 5 changed files with 122 additions and 96 deletions.
38 changes: 0 additions & 38 deletions .github/ISSUE_TEMPLATE/bug-report.md

This file was deleted.

38 changes: 0 additions & 38 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

69 changes: 69 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,69 @@
name: Bug Report
description: Report a bug with Survival Plus
labels: ["bug"]

body:
- type: checkboxes
id: terms
attributes:
label: Checklist
description: Confirm all of these are checked and valid.
options:
- label: I am NOT reporting a security vulnerability
required: true
- label: I have searched the Issue Tracker to make sure this is not a duplicate issue
required: true
- label: This issue does not contain any sensitive information
required: true
- type: dropdown
id: platform
attributes:
label: What Minecraft Versions does this issue occur on?
multiple: true
options:
- 1.19
- 1.18
- 1.17
- 1.16
- 1.15
- 1.14
- Lower
validations:
required: true
- type: textarea
id: bug
attributes:
label: Current Behavior
description: A clear and concise description of what the bug is.
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected Behavior
description: What is the expected behavior of the action?
validations:
required: true
- type: textarea
id: reproduce
attributes:
label: Reproduction Steps
description: Steps to reproduce the behavior.
validations:
required: true
- type: textarea
id: device
attributes:
label: Client Information?
description: |
Provide the following applicable information
- Survival Plus Version:
- Minecraft Version (exact):
- Server Software (paper, purpur, etc):
validations:
required: true
- type: textarea
id: image
attributes:
label: Images?
description: If applicable, add screenshots, short videos/GIFs to help explain your problem
20 changes: 0 additions & 20 deletions .github/ISSUE_TEMPLATE/feature-request.md

This file was deleted.

53 changes: 53 additions & 0 deletions .github/ISSUE_TEMPLATE/feature.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
name: Feature Request
description: Suggest a new Feature

name: Feature Suggestion
description: Suggest an feature for Minehut
labels: ["feature request"]

body:
- type: checkboxes
id: terms
attributes:
label: Checklist
description: Confirm all of these are checked and valid.
options:
- label: I am NOT reporting a security vulnerability
required: true
- label: I have searched the Issue Tracker to make sure this is not a duplicate issue
required: true
- label: This issue does not contain any sensitive information
required: true
- type: textarea
id: idea
attributes:
label: What is the feature you are requesting?
description: Your feature suggestion should include a clear concise description of the feature.
validations:
required: true
- type: textarea
id: howuse
attributes:
label: How is this feature useful?
description: Who does the feature benefit? How is it useful to people?
validations:
required: true
- type: textarea
id: howdo
attributes:
label: Describe the solution you'd like
description: A clear and concise description of what you want to happen.
validations:
required: true
- type: textarea
id: alternatives
attributes:
label: Describe alternatives you've considered
description: A clear and concise description of any alternative solutions or features you've considered.
validations:
required: true
- type: textarea
id: moreinfo
attributes:
label: Additional Information
description: Any additional information / context?

0 comments on commit 3ff321b

Please sign in to comment.