mirror of
https://github.com/cypress-io/cypress.git
synced 2026-04-29 19:41:16 -05:00
Clean up issue templates - make them less intimidating to start [skip ci]
This commit is contained in:
@@ -3,13 +3,7 @@ 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:
|
||||
|
||||
@@ -17,11 +11,11 @@ Want something newly documented? Please open an issue in the respective repo:
|
||||
|
||||
### 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
|
||||
|
||||
|
||||
@@ -3,13 +3,7 @@ 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:
|
||||
|
||||
@@ -17,7 +11,7 @@ Want something newly documented? Please open an issue in the respective repo:
|
||||
|
||||
### Desired behavior:
|
||||
|
||||
<!-- A clear and concise description of what you want to happen -->
|
||||
<!-- A clear description of what you want to happen -->
|
||||
|
||||
### Versions
|
||||
|
||||
|
||||
+4
-10
@@ -1,12 +1,6 @@
|
||||
### 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:
|
||||
|
||||
@@ -14,11 +8,11 @@ Want something newly documented? Please open an issue in the respective repo:
|
||||
|
||||
### 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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user