File tree Expand file tree Collapse file tree 3 files changed +82
-0
lines changed Expand file tree Collapse file tree 3 files changed +82
-0
lines changed Original file line number Diff line number Diff line change
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)
Original file line number Diff line number Diff line change
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)
Original file line number Diff line number Diff line change
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)
You can’t perform that action at this time.
0 commit comments