Skip to content

Commit 5dc1fa2

Browse files
committed
Simplify issue template with a checklist
I hope this will reduce some frequent questions and issues that arise from time to time.
1 parent eb74502 commit 5dc1fa2

File tree

1 file changed

+7
-20
lines changed

1 file changed

+7
-20
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 7 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,3 @@
1-
<!-- Read CONTRIBUTING.md for instructions for logging issues.
2-
3-
https://github.com/badeball/cypress-cucumber-preprocessor-deprecated/blob/master/CONTRIBUTING.md
4-
5-
Questions and request for general support may be closed at the maintainers
6-
discretion.
7-
8-
Issue reports that are deemed unrelated to specifically preprocessing will
9-
be closed.
10-
11-
Issues without a reproducible example or not enough information will be
12-
closed.
13-
14-
We can only attempt to debug your issue if you provide us with a minimal
15-
example to reproduce the problem. This should preferably be another Git
16-
repository to be cloned.
17-
18-
-->
19-
201
### Current behavior
212

223
<!-- A description including screenshots, stack traces, DEBUG logs, etc. -->
@@ -27,10 +8,16 @@
278

289
### Test code to reproduce
2910

30-
<!-- Preferably link to another, minimal Git repository that illustrates the issue -->
11+
<!-- Preferably link to another, minimal Git repository that illustrates the issue. -->
3112

3213
### Versions
3314

3415
* **Cypress version**:
3516
* **Preprocessor version**:
3617
* **Node version**:
18+
19+
### Checklist
20+
21+
- [ ] I've read the [FAQ](https://github.com/badeball/cypress-cucumber-preprocessor/blob/master/docs/faq.md).
22+
- [ ] I've read [Instructions for logging issues](https://github.com/badeball/cypress-cucumber-preprocessor/blob/master/CONTRIBUTING.md#instructions-for-logging-issues).
23+
- [ ] I'm not using v4.3.1 (package name has changed, see [#689](https://github.com/badeball/cypress-cucumber-preprocessor/issues/689)).

0 commit comments

Comments
 (0)