We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f449f82 + 4eeab1d commit cd147b2Copy full SHA for cd147b2
1 file changed
.github/ISSUE_TEMPLATE/bug-report.yaml
@@ -0,0 +1,20 @@
1
+name: Bug Report
2
+description: Report something which isn't working properly
3
+title: "<title>"
4
+labels: [Bug]
5
+body:
6
+ - type: markdown
7
+ attributes:
8
+ value: |
9
+ Thanks for reporting an issue with this module! To help us fix please share a link to the page in the project and any steps required to reproduce it.
10
+ - type: input
11
12
+ label: Link to the page
13
+ validations:
14
+ required: true
15
+ - type: textarea
16
17
+ label: Steps to reproduce
18
+ description: Please include as much information as possible, including your OS and version numbers of any software involved.
19
20
0 commit comments