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.
1 parent baeae64 commit 43584a9Copy full SHA for 43584a9
.github/issue_template.md
@@ -0,0 +1,19 @@
1
+You need to replace the parts of this template where you see {{some text}}.
2
+
3
+**Version**
4
+{{branch}} at {{commit}} on {{version - found in your copy of the VERSION file}}
5
6
+**Steps to reproduce the bug**
7
+1. {{step 1}}
8
+2. {{step 2}}
9
10
+**Expected behaviour**
11
+{{feature}} should be {{expectedResult}} because {{reason}}.
12
13
+**Actual behaviour**
14
+{{feature}} is {{actualResult}}.
15
16
+**Additional information**
17
+OS: {{operatingSystem}}
18
+Browser: {{browser}} version 1.0.1
19
+{{additionalInfo}}
0 commit comments