Skip to content

Commit 97334ba

Browse files
chore: update issue templates (#32507)
* chores: update issue templates * empty commit
1 parent ef566b2 commit 97334ba

File tree

7 files changed

+51
-66
lines changed

7 files changed

+51
-66
lines changed

.github/ISSUE_TEMPLATE/1-bug-report.yml

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ body:
66
value: |
77
## If you are a customer of Cypress Cloud please utilize our [Support Portal](https://www.cypress.io/support/) for our fastest support!
88
9-
### Have a question? 👉 [Ask in chat](https://on.cypress.io/discord) or [start a new discussion](https://github.com/cypress-io/cypress/discussions).
9+
### Have a question? 👉 [Ask in chat](https://on.cypress.io/chat) or [start a new discussion](https://github.com/cypress-io/cypress/discussions).
1010
Issues in the Cypress repo are reserved for bugs and feature requests only. Questions on how to use Cypress will be closed.
1111
- type: textarea
1212
id: current-behavior
@@ -38,22 +38,6 @@ body:
3838
placeholder: ex. 10.3.1
3939
validations:
4040
required: true
41-
- type: input
42-
id: node-version
43-
attributes:
44-
label: Node version
45-
description: What version of node.js are you using to run Cypress?
46-
placeholder: ex. v22.14.0
47-
validations:
48-
required: true
49-
- type: input
50-
id: os
51-
attributes:
52-
label: Operating System
53-
description: What operating system is Cypress running on when you are encountering your problem? The more specific the better. ie macOS 12.4 or Windows 10.0.19044.1889
54-
placeholder: ex. macOS 12.4
55-
validations:
56-
required: true
5741
- type: textarea
5842
id: debug-logs
5943
attributes:

.github/ISSUE_TEMPLATE/4-feature.yml renamed to .github/ISSUE_TEMPLATE/2-feature.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
name: " Feature"
1+
name: "❇️ Feature Request"
22
description: Suggest a feature or enhancement to improve Cypress.
33
body:
44
- type: markdown
55
attributes:
66
value: |
77
## If you are a customer of Cypress Cloud please utilize our [Support Portal](https://www.cypress.io/support/) for our fastest support!
88
9-
### Have a question? 👉 [Ask in chat](https://on.cypress.io/discord) or [start a new discussion](https://github.com/cypress-io/cypress/discussions).
9+
### Have a question? 👉 [Ask in chat](https://on.cypress.io/chat) or [start a new discussion](https://github.com/cypress-io/cypress/discussions).
1010
- type: textarea
1111
id: feature
1212
attributes:

.github/ISSUE_TEMPLATE/3-install-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ body:
77
value: |
88
## If you are a customer of Cypress Cloud please utilize our [Support Portal](https://www.cypress.io/support/) for our fastest support!
99
10-
### Have a question? 👉 [Ask in chat](https://on.cypress.io/discord) or [start a new discussion](https://github.com/cypress-io/cypress/discussions).
10+
### Have a question? 👉 [Ask in chat](https://on.cypress.io/chat) or [start a new discussion](https://github.com/cypress-io/cypress/discussions).
1111
1212
If you're behind a corporate proxy, make sure to [configure it properly](https://on.cypress.io/proxy-configuration) before install.
1313
- type: textarea

.github/ISSUE_TEMPLATE/2-memory-issue.yml renamed to .github/ISSUE_TEMPLATE/4-memory-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ body:
44
- type: markdown
55
attributes:
66
value: |
7-
Have a question? 👉 [Ask in chat](https://on.cypress.io/discord) or [start a new discussion](https://github.com/cypress-io/cypress/discussions).
7+
Have a question? 👉 [Ask in chat](https://on.cypress.io/chat) or [start a new discussion](https://github.com/cypress-io/cypress/discussions).
88
99
Prior to logging a memory issue, please make sure you are running the latest version of Cypress and have enabled [`experimentalMemoryManagement`](https://on.cypress.io/experiments) for Chromium-based browsers (introduced in Cypress 12.4.0).
1010
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
name: "✨ cy.prompt Issue"
2+
description: Report unexpected behavior with cy.prompt.
3+
body:
4+
- type: markdown
5+
attributes:
6+
value: |
7+
## If you are a customer of Cypress Cloud please utilize our [Support Portal](https://www.cypress.io/support/) for our fastest support!
8+
9+
### Have a question? 👉 [Ask in chat](https://on.cypress.io/chat) or [start a new discussion](https://github.com/cypress-io/cypress/discussions).
10+
- type: textarea
11+
id: current-behavior
12+
attributes:
13+
label: Current behavior
14+
description: Please provide a description including screenshots, stack traces, etc. [Troubleshooting tips](https://on.cypress.io/troubleshooting).
15+
placeholder: Currently...
16+
validations:
17+
required: true
18+
- type: textarea
19+
id: prompt-code
20+
attributes:
21+
label: cy.prompt code
22+
description: Please provide the arguments you passed to cy.prompt.
23+
validations:
24+
required: true
25+
- type: input
26+
id: projectId
27+
attributes:
28+
label: Project ID
29+
description: What is the project ID of the project you were running cy.prompt in?
30+
placeholder: ex. ypt4pf
31+
validations:
32+
required: true
33+
- type: input
34+
id: version
35+
attributes:
36+
label: Cypress Version
37+
description: What version of Cypress are you running? Run `cypress version` to see your current version. If possible, please update Cypress to the latest version first.
38+
placeholder: ex. 15.2.0
39+
validations:
40+
required: true
41+
- type: textarea
42+
id: other
43+
attributes:
44+
label: Other
45+
placeholder: Any other details?

.github/ISSUE_TEMPLATE/5-flaky-test.yml

Lines changed: 0 additions & 44 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ contact_links:
44
url: https://github.com/cypress-io/cypress/discussions
55
about: This issue tracker is not for support questions. Please refer to our Discussions.
66
- name: 💬 Chat
7-
url: https://on.cypress.io/discord
7+
url: https://on.cypress.io/chat
88
about: Want to discuss Cypress with others? Check out our chat.
99
- name: 📃 Documentation Issue
1010
url: https://github.com/cypress-io/cypress-documentation/issues/new

0 commit comments

Comments
 (0)