Skip to content

Commit

Permalink
Make Issue Template (#2415)
Browse files Browse the repository at this point in the history
  • Loading branch information
PadowYT2 committed Sep 24, 2021
1 parent d9b0da9 commit af12a08
Show file tree
Hide file tree
Showing 6 changed files with 71 additions and 42 deletions.
9 changes: 0 additions & 9 deletions .github/ISSUE_TEMPLATE/404-not-found.md

This file was deleted.

26 changes: 0 additions & 26 deletions .github/ISSUE_TEMPLATE/bug-report.md

This file was deleted.

56 changes: 56 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
@@ -0,0 +1,56 @@
name: Bug Report
description: Inform us of any bugs/issues you may have found
labels: ["bug", "awaiting-reply"]
body:
- type: textarea
attributes:
label: Describe the issue
description: Please describe the issue in as much detail as possible.
validations:
required: true

- type: dropdown
id: version
attributes:
label: NamelessMC Version
description: From StaffCP -> Overview
options:
- 2.0.0-pr11
- <= 2.0.0-pr10
- 1.0.21
- <= 1.0.20
validations:
required: true

- type: textarea
attributes:
label: To Reproduce
description: "Steps to reproduce the behaviour."
value: |
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
validations:
required: true

- type: textarea
attributes:
label: Expected Behaviour
description: What were you expecting to happen?
validations:
required: true

- type: textarea
attributes:
label: Screenshots
description: If applicable, add screenshots to help explain your problem.
validations:
required: false

- type: textarea
attributes:
label: Additional Information
description: Add more information about the problem if necessary.
validations:
required: false
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1,5 @@
blank_issues_enabled: true
contact_links:
- name: 404 Not Found
url: https://discord.gg/nameless
about: Visit our Discord server for help with this issue.
7 changes: 0 additions & 7 deletions .github/ISSUE_TEMPLATE/feature-request.md

This file was deleted.

10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.yml
@@ -0,0 +1,10 @@
name: Feature request
description: Suggest a feature we can add to NamelessMC
labels: ["enhancement"]
body:
- type: textarea
attributes:
label: Describe the feature
description: Please describe the feature in as much detail as possible.
validations:
required: true

0 comments on commit af12a08

Please sign in to comment.