Skip to content

Commit ee656ee

Browse files
committed
configure issue templates
1 parent 449a77e commit ee656ee

File tree

2 files changed

+16
-26
lines changed

2 files changed

+16
-26
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 11 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -4,35 +4,20 @@ about: Create a report to help us improve
44
title: ''
55
labels: ''
66
assignees: ''
7-
87
---
8+
**Versions**
9+
10+
- What is this plugin's version?
11+
- What is Cypress version?
12+
- What is your operating system?
13+
- What is the Node version?
14+
- What is the NPM version?
915

1016
**Describe the bug**
1117
A clear and concise description of what the bug is.
1218

13-
**To Reproduce**
14-
Steps to reproduce the behavior:
15-
1. Go to '...'
16-
2. Click on '....'
17-
3. Scroll down to '....'
18-
4. See error
19-
20-
**Expected behavior**
21-
A clear and concise description of what you expected to happen.
22-
23-
**Screenshots**
24-
If applicable, add screenshots to help explain your problem.
25-
26-
**Desktop (please complete the following information):**
27-
- OS: [e.g. iOS]
28-
- Browser [e.g. chrome, safari]
29-
- Version [e.g. 22]
30-
31-
**Smartphone (please complete the following information):**
32-
- Device: [e.g. iPhone6]
33-
- OS: [e.g. iOS8.1]
34-
- Browser [e.g. stock browser, safari]
35-
- Version [e.g. 22]
19+
**Logs and screenshots**
20+
If possible, add the log from the terminal. You can turn on debugging logging, see [Debugging](https://github.com/cypress-io/code-coverage#debugging) section of the README file.
3621

37-
**Additional context**
38-
Add any other context about the problem here.
22+
**Link to the repo**
23+
Bugs with a reproducible example, like an open source repo showing the bug, are the most likely to be resolved.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
blank_issues_enabled: true
2+
contact_links:
3+
- name: Cypress Community Forum
4+
url: https://on.cypress.io/chat
5+
about: Please ask and answer questions here.

0 commit comments

Comments
 (0)