-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
108 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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! |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |