File tree Expand file tree Collapse file tree 3 files changed +68
-0
lines changed Expand file tree Collapse file tree 3 files changed +68
-0
lines changed Original file line number Diff line number Diff line change
1
+ name : Bug Report
2
+ description : File a bug report
3
+ title : " [BUG] "
4
+ labels : ["bug"]
5
+ assignees :
6
+ - mackysoft
7
+ body :
8
+ - type : markdown
9
+ attributes :
10
+ value : |
11
+ Thanks for taking the time to fill out this bug report!
12
+ - type : textarea
13
+ id : what-happened
14
+ attributes :
15
+ label : What happened?
16
+ description : Also tell us, what did you expect to happen?
17
+ placeholder : Tell us what you see!
18
+ value : " A bug happened!"
19
+ validations :
20
+ required : true
21
+ - type : input
22
+ id : version
23
+ attributes :
24
+ label : Package Version
25
+ description : What version of this package were you running?
26
+ placeholder : ex. 1.1.2
27
+ validations :
28
+ required : true
29
+ - type : input
30
+ id : unity-version
31
+ attributes :
32
+ label : Unity Version
33
+ description : What version of Unity were you running?
34
+ placeholder : ex. 2020.3.24f1
Original file line number Diff line number Diff line change
1
+ name : Feature Request
2
+ description : Suggest an idea for this library
3
+ title : " [FEATURE] "
4
+ labels : ["enhancement"]
5
+ assignees :
6
+ - mackysoft
7
+ body :
8
+ - type : markdown
9
+ attributes :
10
+ value : |
11
+ Thanks for taking the time to fill out this feature request!
12
+ - type : textarea
13
+ id : feature-description
14
+ attributes :
15
+ label : Feature destription
16
+ validations :
17
+ required : true
Original file line number Diff line number Diff line change
1
+ name : Improvement Request
2
+ description : Suggest an improve for this library
3
+ title : " [IMPROVE] "
4
+ labels : ["enhancement"]
5
+ assignees :
6
+ - mackysoft
7
+ body :
8
+ - type : markdown
9
+ attributes :
10
+ value : |
11
+ Thanks for taking the time to fill out this improvement request!
12
+ - type : textarea
13
+ id : improvement-description
14
+ attributes :
15
+ label : Improvement destription
16
+ validations :
17
+ required : true
You can’t perform that action at this time.
0 commit comments