Skip to content

Commit ee910fc

Browse files
committed
Stipulate reproducable example in issue template
1 parent 510ed11 commit ee910fc

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/ISSUE_TEMPLATE/default.yml

+6
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ body:
55
attributes:
66
label: Current behavior
77
description: A description including screenshots, stack traces, DEBUG logs, etc.
8+
value: |
9+
Make sure to read the section titled "Reduced test case" under the contributing guidelines [1]. Your
10+
report should contain everything necessary in order for us to reproduce the issue. Preferably link
11+
to another, minimal Git repository that illustrates the issue.
12+
13+
[1] https://github.com/badeball/cypress-cucumber-preprocessor/blob/master/CONTRIBUTING.md#reduced-test-case
814
validations:
915
required: true
1016
- type: textarea

0 commit comments

Comments
 (0)