Skip to content

Commit 8f1bd0e

Browse files
authored
Merge pull request #9630 from deniseyu/patch-1
Update bug-report.yml
2 parents 25114e1 + 4fa2466 commit 8f1bd0e

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,27 +4,30 @@ about: Something is not working correctly.
44
title: ""
55
labels: "S: needs triage, type: bug"
66
issue_body: true # default: true, adds a classic WSYWIG textarea, if on
7-
inputs:
8-
- type: description
7+
body:
8+
- type: markdown
99
attributes:
1010
value: |
1111
1212
If you're reporting an issue for `--use-feature=2020-resolver`,
1313
use the "Dependency resolver failures / errors" template instead.
14-
- type: description
14+
- type: markdown
1515
attributes:
1616
value: "**Environment**"
1717
- type: input
1818
attributes:
1919
label: pip version
20+
validations:
2021
required: true
2122
- type: input
2223
attributes:
2324
label: Python version
25+
validations:
2426
required: true
2527
- type: input
2628
attributes:
2729
label: OS
30+
validations:
2831
required: true
2932
- type: textarea
3033
attributes:
@@ -72,7 +75,7 @@ inputs:
7275
Read the [PSF Code of Conduct][CoC] first.
7376
7477
[CoC]: https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md
75-
choices:
78+
options:
7679
- label: I agree to follow the PSF Code of Conduct
7780
required: true
7881
...

0 commit comments

Comments
 (0)