We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed49ebe commit d07614bCopy full SHA for d07614b
.github/ISSUE_TEMPLATE/issue.yml
@@ -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
13
+ id: package_version
14
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
19
20
+- type: textarea
21
+ id: description
22
23
+ label: Description
24
+ description: Please describe your issue.
25
26
+ required: true
0 commit comments