Skip to content

Commit

Permalink
Added issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
Lakitna authored Mar 28, 2019
1 parent a96b0d8 commit 6af9dbd
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 0 deletions.
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
assignees: ''

---

# Describe the bug
A clear and concise description of what the bug is.

# To Reproduce
Steps or code to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error

# Expected behavior
A clear and concise description of what you expected to happen.

# Screenshots
If applicable, add screenshots to help explain your problem.

# Versions and such:
- OS:
- Cypress version:
- Cypress browser:
- Cypress-commands version:

# Additional context
Add any other context about the problem here.
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
---
name: Feature request
about: Suggest a command or feature
title: ''
labels: enhancement
assignees: ''

---

# What do you want to accomplish?
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]


# Why?
A short description of why you want to accomplish the things mentioned above.


# Describe possible implementations
<!-- Please note: This is a generic package, so commands that can't be implemented in a generic way will not be implemented at all -->
A clear and concise description of what you want to happen.


# Additional context
Add any other context or screenshots about the request here.

0 comments on commit 6af9dbd

Please sign in to comment.