Skip to content

Commit d07614b

Browse files
authored
Add issue form (#346)
1 parent ed49ebe commit d07614b

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed

.github/ISSUE_TEMPLATE/issue.yml

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
name: Issue
2+
description: File an issue
3+
body:
4+
- type: input
5+
id: python_version
6+
attributes:
7+
label: Python Version
8+
description: Which version of Python were you using?
9+
placeholder: 3.9.0
10+
validations:
11+
required: false
12+
- type: input
13+
id: package_version
14+
attributes:
15+
label: Package Version
16+
description: Which version of this package were you using? If not the latest version, please check this issue has not since been resolved.
17+
placeholder: 1.0.0
18+
validations:
19+
required: false
20+
- type: textarea
21+
id: description
22+
attributes:
23+
label: Description
24+
description: Please describe your issue.
25+
validations:
26+
required: true

0 commit comments

Comments
 (0)