Skip to content

Commit 3d7f443

Browse files
authored
Add flake8 version to issue form (#350)
1 parent 61ece33 commit 3d7f443

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/ISSUE_TEMPLATE/issue.yml

+8
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ body:
99
placeholder: 3.9.0
1010
validations:
1111
required: false
12+
- type: input
13+
id: flake8_version
14+
attributes:
15+
label: flake8 Version
16+
description: Which version of flake8 were you using?
17+
placeholder: 3.9.2
18+
validations:
19+
required: false
1220
- type: input
1321
id: package_version
1422
attributes:

0 commit comments

Comments
 (0)