Skip to content

Commit

Permalink
Clean up issue templates - make them less intimidating to start [skip…
Browse files Browse the repository at this point in the history
… ci]
  • Loading branch information
jennifer-shehane committed Dec 5, 2018
1 parent e9277a6 commit d9e3d87
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 28 deletions.
14 changes: 4 additions & 10 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,25 +3,19 @@ name: Bug report
about: Report bugs and unexpected behavior found using Cypress
---

<!--
Is this a question? Do not open an issue. Please ask in our chat https://gitter.im/cypress-io/cypress
Want something newly documented? Please open an issue in the respective repo:
- docs: https://github.com/cypress-io/cypress-documentation
- example recipes: https://github.com/cypress-io/cypress-example-recipes
-->
<!-- Is this a question? Don't open an issue. Ask in our chat https://gitter.im/cypress-io/cypress-->

### Current behavior:

<!-- images, stack traces, etc -->

### Desired behavior:

<!-- A clear and concise description of what you want to happen -->
<!-- A clear description of what you want to happen -->

### Steps to reproduce:
### Steps to reproduce: (app code and test code)

<!-- Issues without reproducible steps might get closed. *Tip* You can fork https://github.com/cypress-io/cypress-test-tiny repo, set up a failing test, then tell us the repo/branch to try. -->
<!-- Issues without reproducible steps will get closed. You can fork https://github.com/cypress-io/cypress-test-tiny repo, set up a failing test, then tell us the repo/branch to try. -->

### Versions

Expand Down
10 changes: 2 additions & 8 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,15 @@ name: Feature request
about: Suggest a new feature for Cypress
---

<!--
Is this a question? Do not open an issue. Please ask in our chat https://gitter.im/cypress-io/cypress
Want something newly documented? Please open an issue in the respective repo:
- docs: https://github.com/cypress-io/cypress-documentation
- example recipes: https://github.com/cypress-io/cypress-example-recipes
-->
<!-- Is this a question? Don't open an issue. Ask in our chat https://gitter.im/cypress-io/cypress-->

### Current behavior:

<!-- images, stack traces, etc -->

### Desired behavior:

<!-- A clear and concise description of what you want to happen -->
<!-- A clear description of what you want to happen -->

### Versions

Expand Down
14 changes: 4 additions & 10 deletions ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,18 @@
### Is this a Feature or Bug?

<!--
Is this a question? Do not open an issue. Please ask in our chat https://gitter.im/cypress-io/cypress
Want something newly documented? Please open an issue in the respective repo:
- docs: https://github.com/cypress-io/cypress-documentation
- example recipes: https://github.com/cypress-io/cypress-example-recipes
-->
<!-- Is this a question? Don't open an issue. Ask in our chat https://gitter.im/cypress-io/cypress-->

### Current behavior:

<!-- images, stack traces, etc -->

### Desired behavior:

<!-- A clear and concise description of what you want to happen -->
<!-- A clear concise description of what you want to happen -->

### Steps to reproduce:
### Steps to reproduce: (app code and test code)

<!-- Issues without reproducible steps might get closed. *Tip* You can fork https://github.com/cypress-io/cypress-test-tiny repo, set up a failing test, then tell us the repo/branch to try. -->
<!-- Issues without reproducible steps will get closed. You can fork https://github.com/cypress-io/cypress-test-tiny repo, set up a failing test, then tell us the repo/branch to try. -->

### Versions

Expand Down

0 comments on commit d9e3d87

Please sign in to comment.