Skip to content

Commit c3f823a

Browse files
committed
Migrate to Github's new issue templates
The legacy way is officially gone.
1 parent 67477c2 commit c3f823a

File tree

3 files changed

+47
-33
lines changed

3 files changed

+47
-33
lines changed

.github/ISSUE_TEMPLATE.md

-33
This file was deleted.

.github/ISSUE_TEMPLATE/config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
blank_issues_enabled: false

.github/ISSUE_TEMPLATE/default.yml

+46
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
name: foo
2+
description: foo
3+
body:
4+
- type: textarea
5+
attributes:
6+
label: Current behavior
7+
description: A description including screenshots, stack traces, DEBUG logs, etc.
8+
validations:
9+
required: true
10+
- type: textarea
11+
attributes:
12+
label: Desired behavior
13+
description: A clear description of what you want to happen.
14+
validations:
15+
required: true
16+
- type: input
17+
attributes:
18+
label: Cypress version
19+
validations:
20+
required: true
21+
- type: input
22+
attributes:
23+
label: Preprocessor version
24+
validations:
25+
required: true
26+
- type: input
27+
attributes:
28+
label: Node version
29+
validations:
30+
required: true
31+
- type: input
32+
attributes:
33+
label: Operating system
34+
validations:
35+
required: true
36+
- type: checkboxes
37+
id: terms
38+
attributes:
39+
label: Checklist
40+
options:
41+
- label: I've read the [FAQ](https://github.com/badeball/cypress-cucumber-preprocessor/blob/master/docs/faq.md).
42+
required: true
43+
- label: I've read [instructions for logging issues](https://github.com/badeball/cypress-cucumber-preprocessor/blob/master/CONTRIBUTING.md#bug-reports).
44+
required: true
45+
- label: I'm not using `cypress-cucumber-preprocessor@4.3.1` (package name has changed and it is no longer the most recent version, see [#689](https://github.com/badeball/cypress-cucumber-preprocessor/issues/689)).
46+
required: true

0 commit comments

Comments
 (0)