-
Notifications
You must be signed in to change notification settings - Fork 1
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
1 parent
36e773b
commit 58612dc
Showing
3 changed files
with
82 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,30 @@ | ||
name: Bug | ||
description: Report a bug found in the Repository's source code | ||
labels: ["bug fix"] | ||
body: | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: A brief description of the question or issue, also include what you tried and what didn't work | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: screenshots | ||
attributes: | ||
label: Screenshots | ||
description: Please add screenshots if applicable | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: extrainfo | ||
attributes: | ||
label: Additional information | ||
description: Is there anything else we should know about this bug? | ||
validations: | ||
required: false | ||
- type: markdown | ||
attributes: | ||
value: | | ||
You can also join the Discord community [here](https://discord.gg/6jatS2xCgQ) | ||
Feel free to check out other cool repositories of the Dezenix Community [here](https://github.com/Dezenix) |
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,30 @@ | ||
name: Ideas | ||
description: Have a new idea/feature for this Repository? | ||
labels: ["new idea"] | ||
body: | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: Description | ||
description: A brief description of the question or issue, also include what you tried and what didn't work | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: screenshots | ||
attributes: | ||
label: Screenshots | ||
description: Please add screenshots if applicable | ||
validations: | ||
required: false | ||
- type: textarea | ||
id: extrainfo | ||
attributes: | ||
label: Additional information | ||
description: Is there anything else we should know about this idea? | ||
validations: | ||
required: false | ||
- type: markdown | ||
attributes: | ||
value: | | ||
You can also join the Discord community [here](https://discord.gg/6jatS2xCgQ) | ||
Feel free to check out other cool repositories of the Dezenix Community [here](https://github.com/Dezenix) |
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,22 @@ | ||
name: Other | ||
description: Use this for any other issues. Please do NOT create blank issues | ||
body: | ||
- type: textarea | ||
id: description | ||
attributes: | ||
label: What would you like to share? | ||
description: A brief description of the question or issue, also include what you tried and what didn't work | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: extrainfo | ||
attributes: | ||
label: Additional information | ||
description: Is there anything else we should know about this issue? | ||
validations: | ||
required: false | ||
- type: markdown | ||
attributes: | ||
value: | | ||
You can also join the Discord community [here](https://discord.gg/6jatS2xCgQ) | ||
Feel free to check out other cool repositories of the Dezenix Community [here](https://github.com/Dezenix) |