Skip to content

Commit 71213d4

Browse files
committed
Updated issue templates
[ci skip]
1 parent 3b2e1cf commit 71213d4

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

.github/ISSUE_TEMPLATE/bug.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
name: Bug Report
22
description: Create a report to help us improve
3-
labels: ["type:bug"]
3+
type: "Bug"
44
body:
5+
- type: input
6+
id: summary
7+
attributes:
8+
label: Summary
9+
placeholder: Please summarize your problem.
10+
validations:
11+
required: true
512
- type: checkboxes
613
id: terms
714
attributes:
@@ -11,13 +18,6 @@ body:
1118
required: true
1219
- label: I agree to follow this project's [Code of Conduct](https://github.com/cryptomator/ios/blob/develop/.github/CODE_OF_CONDUCT.md)
1320
required: true
14-
- type: input
15-
id: summary
16-
attributes:
17-
label: Summary
18-
placeholder: Please summarize your problem.
19-
validations:
20-
required: true
2121
- type: textarea
2222
id: software-versions
2323
attributes:

.github/ISSUE_TEMPLATE/feature.yml

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
name: Feature Request
22
description: Suggest an idea for this project
3-
labels: ["type:feature-request"]
3+
type: "Feature"
44
body:
5+
- type: input
6+
id: summary
7+
attributes:
8+
label: Summary
9+
placeholder: Please summarize your feature request.
10+
validations:
11+
required: true
512
- type: checkboxes
613
id: terms
714
attributes:
@@ -11,13 +18,6 @@ body:
1118
required: true
1219
- label: I agree to follow this project's [Code of Conduct](https://github.com/cryptomator/ios/blob/develop/.github/CODE_OF_CONDUCT.md)
1320
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
2121
- type: textarea
2222
id: motivation
2323
attributes:

0 commit comments

Comments
 (0)