Skip to content

Commit ddf7f2b

Browse files
authored
Merge pull request #391 from badeball/master
Add an issue template in an attempt to gather info more efficiently
2 parents 19d2083 + 99b0e5e commit ddf7f2b

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<!-- Questions and request for general support may be closed at the maintainers
2+
discretion. -->
3+
4+
<!-- Issue reports that are deemed unrelated to specifically preprocessing will
5+
be closed. -->
6+
7+
### Current behavior
8+
9+
<!-- A description including screenshots, stack traces, DEBUG logs, etc. -->
10+
11+
### Desired behavior
12+
13+
<!-- A clear description of what you want to happen. -->
14+
15+
### Test code to reproduce
16+
17+
<!-- Issues without a reproducible example or not enough information will be
18+
closed. -->
19+
20+
<!-- We can only attempt to debug your issue if you provide us with a minimal
21+
example to reproduce the problem. This should preferably be another Git
22+
repository to be cloned -->
23+
24+
### Versions
25+
26+
* **Cypress version**:
27+
* **Preprocessor version**:
28+
* **Node version**:

0 commit comments

Comments
 (0)