File tree 2 files changed +16
-16
lines changed
2 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 1
1
name : Bug Report
2
2
description : Create a report to help us improve
3
- labels : ["type:bug"]
3
+ type : " Bug "
4
4
body :
5
+ - type : input
6
+ id : summary
7
+ attributes :
8
+ label : Summary
9
+ placeholder : Please summarize your problem.
10
+ validations :
11
+ required : true
5
12
- type : checkboxes
6
13
id : terms
7
14
attributes :
11
18
required : true
12
19
- label : I agree to follow this project's [Code of Conduct](https://github.com/cryptomator/ios/blob/develop/.github/CODE_OF_CONDUCT.md)
13
20
required : true
14
- - type : input
15
- id : summary
16
- attributes :
17
- label : Summary
18
- placeholder : Please summarize your problem.
19
- validations :
20
- required : true
21
21
- type : textarea
22
22
id : software-versions
23
23
attributes :
Original file line number Diff line number Diff line change 1
1
name : Feature Request
2
2
description : Suggest an idea for this project
3
- labels : ["type:feature-request"]
3
+ type : " Feature "
4
4
body :
5
+ - type : input
6
+ id : summary
7
+ attributes :
8
+ label : Summary
9
+ placeholder : Please summarize your feature request.
10
+ validations :
11
+ required : true
5
12
- type : checkboxes
6
13
id : terms
7
14
attributes :
11
18
required : true
12
19
- label : I agree to follow this project's [Code of Conduct](https://github.com/cryptomator/ios/blob/develop/.github/CODE_OF_CONDUCT.md)
13
20
required : true
14
- - type : input
15
- id : summary
16
- attributes :
17
- label : Summary
18
- placeholder : Please summarize your feature request.
19
- validations :
20
- required : true
21
21
- type : textarea
22
22
id : motivation
23
23
attributes :
You can’t perform that action at this time.
0 commit comments