8000 Fix bug report template · codesalatdev/python-picnic-api@55012b2 · GitHub
[go: up one dir, main page]

Skip to content

Commit 55012b2

Browse files
authored
Fix bug report template
1 parent 85bc36d commit 55012b2

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,21 @@ body:
77
attributes:
88
value: "**Describe the bug"
99
- type: textarea
10-
label: A short description about what is happening
11-
required: true
10+
attributes:
11+
label: A short description about what is happening
12+
validations:
13+
required: true
1214
- type: textarea
13-
label: Steps to reproduce the issue
14-
required: true
15+
attributes:
16+
label: Steps to reproduce the issue
17+
validations:
18+
required: true
1519
- type: textarea
16-
label: What did you expect to happen instead?
17-
required: true
20+
attributes:
21+
label: What did you expect to happen instead?
22+
validations:
23+
required: true
1824
- type: input
19-
label: Python Version
25+
attributes:
26+
label: Python Version
2027
placeholder: X.YY

0 commit comments

Comments
 (0)
0