Skip to content

Commit

Permalink
chore: Add 'Other' field to feature issue template (#17330)
Browse files Browse the repository at this point in the history
  • Loading branch information
jennifer-shehane committed Jul 14, 2021
1 parent 5ced6ab commit b691a4d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/1-bug-report.yml
Expand Up @@ -36,7 +36,7 @@ body:
validations:
required: true
- type: textarea
id: othter
id: other
attributes:
label: Other
placeholder: Any other details?
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/2-install-issue.yml
Expand Up @@ -54,7 +54,7 @@ body:
validations:
required: true
- type: textarea
id: othter
id: other
attributes:
label: Other
placeholder: Any other details?
7 changes: 6 additions & 1 deletion .github/ISSUE_TEMPLATE/3-feature.yml
Expand Up @@ -18,4 +18,9 @@ body:
attributes:
label: Why is this needed?
description: Remember, we're not familiar with the app you're testing, so please provide a clear description of why this would be useful to your project.
placeholder: I want this because...
placeholder: I want this because...
- type: textarea
id: other
attributes:
label: Other
placeholder: Any other details?

4 comments on commit b691a4d

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on b691a4d Jul 14, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the linux x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/7.8.0/circle-develop-b691a4d9dcd3d30a41978047e69174ee628ed267/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on b691a4d Jul 14, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AppVeyor has built the win32 ia32 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/7.8.0/appveyor-develop-b691a4d9dcd3d30a41978047e69174ee628ed267/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on b691a4d Jul 14, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

AppVeyor has built the win32 x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/7.8.0/appveyor-develop-b691a4d9dcd3d30a41978047e69174ee628ed267/cypress.tgz

@cypress-bot
Copy link
Contributor

@cypress-bot cypress-bot bot commented on b691a4d Jul 14, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Circle has built the darwin x64 version of the Test Runner.

Learn more about this pre-release platform-specific build at https://on.cypress.io/installing-cypress#Install-pre-release-version.

Run this command to install the pre-release locally:

npm install https://cdn.cypress.io/beta/npm/7.8.0/circle-develop-b691a4d9dcd3d30a41978047e69174ee628ed267/cypress.tgz

Please sign in to comment.