Skip to content

Commit

Permalink
Added issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
byPixelTV committed Apr 7, 2024
1 parent 8a34f55 commit 8b91896
Show file tree
Hide file tree
Showing 3 changed files with 108 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: 🦆 byPixelTV's Discord
url: https://dsc.gg/byPixelTV
about: For general help with SkCloudnet join byPixelTV's Discord
- name: 🚰 SpigotMC Resource
url: https://www.spigotmc.org/resources/skcloudnet.116030/
about: Read about SkCloudnet!
67 changes: 67 additions & 0 deletions .github/ISSUE_TEMPLATE/report-a-bug.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,67 @@
name: 🐞 Bug Report
description: Report an unexpected behaviour
title: "[BUG]"
body:
- type: textarea
id: what-happened
attributes:
label: What happened?
description: Describe the observed behavior
placeholder: Tell us what you see!
validations:
required: true

- type: textarea
id: steps
attributes:
label: Steps to reproduce
description: How do you reproduce this? Please provide as much step-by-step detail as possible.
value: |
1.
2.
3.
validations:
required: true

- type: textarea
id: expected
attributes:
label: Expected behavior
description: What did you expect to happen when the reproduce steps are followed?
placeholder: Tell us what you expected to see!
validations:
required: true

- type: input
attributes:
label: SkCloudnet Version
description: Which version of SkCloudnet are you using?
placeholder: |
Ex: "1.0.0"
validations:
required: true

- type: input
attributes:
label: Server Version
description: Which version of the server and MC are you using?
placeholder: |
Ex: "Paper 1.19.2"
validations:
required: true

- type: textarea
attributes:
label: SkCloudnet Info
description: Run '/skcloudnet info' and paste here!
validations:
required: true

- type: textarea
attributes:
label: Additional Information
description: Any additional information that may help us solve the bug.
placeholder: |
Ex: "Using Spigot instead of Paper"
validations:
required: false
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/request-a-feature.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: 👷 Feature Request
description: Request an addition or change to SkCloudnet
title: "[SUGGESTION]"
body:
- type: textarea
id: suggestion
attributes:
label: Suggestion
description: What would you like to see improved?
placeholder: |
The more details, the better
validations:
required: true

- type: textarea
id: alternatives
attributes:
label: Alternatives
description: Describe alternatives you've considered
placeholder: |
The more details, the better
validations:
required: true

- type: textarea
id: additional
attributes:
label: Additional Information
description: Any additional information that may help us out.
placeholder: |
Ex: "I know that Paper has API <link here>"
validations:
required: false

0 comments on commit 8b91896

Please sign in to comment.