mirror of
https://github.com/cypress-io/cypress.git
synced 2026-01-05 22:19:46 -06:00
chore: Add 'Other' field to feature issue template (#17330)
This commit is contained in:
2
.github/ISSUE_TEMPLATE/1-bug-report.yml
vendored
2
.github/ISSUE_TEMPLATE/1-bug-report.yml
vendored
@@ -36,7 +36,7 @@ body:
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: othter
|
||||
id: other
|
||||
attributes:
|
||||
label: Other
|
||||
placeholder: Any other details?
|
||||
2
.github/ISSUE_TEMPLATE/2-install-issue.yml
vendored
2
.github/ISSUE_TEMPLATE/2-install-issue.yml
vendored
@@ -54,7 +54,7 @@ body:
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: othter
|
||||
id: other
|
||||
attributes:
|
||||
label: Other
|
||||
placeholder: Any other details?
|
||||
7
.github/ISSUE_TEMPLATE/3-feature.yml
vendored
7
.github/ISSUE_TEMPLATE/3-feature.yml
vendored
@@ -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?
|
||||
Reference in New Issue
Block a user