Skip to content

Commit b81cc20

Browse files
added issue templates (#3)
1 parent a687afb commit b81cc20

File tree

3 files changed

+82
-0
lines changed

3 files changed

+82
-0
lines changed

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
name: Bug
2+
description: Report a bug found in the Repository's source code
3+
labels: ["bug fix"]
4+
body:
5+
- type: textarea
6+
id: description
7+
attributes:
8+
label: Description
9+
description: A brief description of the question or issue, also include what you tried and what didn't work
10+
validations:
11+
required: true
12+
- type: textarea
13+
id: screenshots
14+
attributes:
15+
label: Screenshots
16+
description: Please add screenshots if applicable
17+
validations:
18+
required: false
19+
- type: textarea
20+
id: extrainfo
21+
attributes:
22+
label: Additional information
23+
description: Is there anything else we should know about this bug?
24+
validations:
25+
required: false
26+
- type: markdown
27+
attributes:
28+
value: |
29+
You can also join the Discord community [here](https://discord.gg/6jatS2xCgQ)
30+
Feel free to check out other cool repositories of the Dezenix Community [here](https://github.com/Dezenix)

.github/ISSUE_TEMPLATE/ideas.yml

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
name: Ideas
2+
description: Have a new idea/feature for this Repository?
3+
labels: ["new idea"]
4+
body:
5+
- type: textarea
6+
id: description
7+
attributes:
8+
label: Description
9+
description: A brief description of the question or issue, also include what you tried and what didn't work
10+
validations:
11+
required: true
12+
- type: textarea
13+
id: screenshots
14+
attributes:
15+
label: Screenshots
16+
description: Please add screenshots if applicable
17+
validations:
18+
required: false
19+
- type: textarea
20+
id: extrainfo
21+
attributes:
22+
label: Additional information
23+
description: Is there anything else we should know about this idea?
24+
validations:
25+
required: false
26+
- type: markdown
27+
attributes:
28+
value: |
29+
You can also join the Discord community [here](https://discord.gg/6jatS2xCgQ)
30+
Feel free to check out other cool repositories of the Dezenix Community [here](https://github.com/Dezenix)

.github/ISSUE_TEMPLATE/other.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name: Other
2+
description: Use this for any other issues. Please do NOT create blank issues
3+
body:
4+
- type: textarea
5+
id: description
6+
attributes:
7+
label: What would you like to share?
8+
description: A brief description of the question or issue, also include what you tried and what didn't work
9+
validations:
10+
required: true
11+
- type: textarea
12+
id: extrainfo
13+
attributes:
14+
label: Additional information
15+
description: Is there anything else we should know about this issue?
16+
validations:
17+
required: false
18+
- type: markdown
19+
attributes:
20+
value: |
21+
You can also join the Discord community [here](https://discord.gg/6jatS2xCgQ)
22+
Feel free to check out other cool repositories of the Dezenix Community [here](https://github.com/Dezenix)

0 commit comments

Comments
 (0)