We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85bc36d commit 55012b2Copy full SHA for 55012b2
1 file changed
.github/ISSUE_TEMPLATE/bug_report.yml
@@ -7,14 +7,21 @@ body:
7
attributes:
8
value: "**Describe the bug"
9
- type: textarea
10
- label: A short description about what is happening
11
- required: true
+ attributes:
+ label: A short description about what is happening
12
+ validations:
13
+ required: true
14
- label: Steps to reproduce the issue
15
16
+ label: Steps to reproduce the issue
17
18
19
- label: What did you expect to happen instead?
20
21
+ label: What did you expect to happen instead?
22
23
24
- type: input
- label: Python Version
25
26
+ label: Python Version
27
placeholder: X.YY
0 commit comments