File tree Expand file tree Collapse file tree 3 files changed +78
-20
lines changed Expand file tree Collapse file tree 3 files changed +78
-20
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ name : Bug Report
2
+ description : Something isn't working as expected
3
+ labels : [bug]
4
+ body :
5
+ - type : textarea
6
+ attributes :
7
+ label : Description
8
+ validations :
9
+ required : true
10
+ - type : textarea
11
+ attributes :
12
+ label : Expected behavior
13
+ description : What you expected to happen.
14
+ validations :
15
+ required : false
16
+ - type : textarea
17
+ attributes :
18
+ label : Actual behavior
19
+ description : What actually happened.
20
+ validations :
21
+ required : false
22
+ - type : textarea
23
+ attributes :
24
+ label : Steps to reproduce
25
+ placeholder : |
26
+ 1. ...
27
+ 2. ...
28
+ validations :
29
+ required : false
30
+ - type : input
31
+ attributes :
32
+ label : Swift Package Manager version/commit hash
33
+ validations :
34
+ required : false
35
+ - type : textarea
36
+ attributes :
37
+ label : Swift & OS version (output of `swift --version && uname -a`)
38
+ validations :
39
+ required : false
Original file line number Diff line number Diff line change
1
+ name : Feature Request
2
+ description : A suggestion for a new feature
3
+ labels : [enhancement]
4
+ body :
5
+ - type : textarea
6
+ attributes :
7
+ label : Description
8
+ validations :
9
+ required : true
10
+ - type : textarea
11
+ attributes :
12
+ label : Expected behavior
13
+ description : What you expected to happen.
14
+ validations :
15
+ required : false
16
+ - type : textarea
17
+ attributes :
18
+ label : Actual behavior
19
+ description : What actually happened.
20
+ validations :
21
+ required : false
22
+ - type : textarea
23
+ attributes :
24
+ label : Steps to reproduce
25
+ placeholder : |
26
+ 1. ...
27
+ 2. ...
28
+ validations :
29
+ required : false
30
+ - type : input
31
+ attributes :
32
+ label : Swift Package Manager version/commit hash
33
+ validations :
34
+ required : false
35
+ - type : textarea
36
+ attributes :
37
+ label : Swift & OS version (output of `swift --version && uname -a`)
38
+ validations :
39
+ required : false
You can’t perform that action at this time.
0 commit comments