Skip to content

Commit 79e288c

Browse files
committed
Adopt new GitHub Issues Forms syntax
1 parent 378dc41 commit 79e288c

File tree

3 files changed

+78
-20
lines changed

3 files changed

+78
-20
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 0 additions & 20 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/BUG_REPORT.yml

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
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
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
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

0 commit comments

Comments
 (0)