mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-25 10:19:30 -05:00
chore: Add 'Other' field to feature issue template (#17330)
This commit is contained in:
@@ -36,7 +36,7 @@ body:
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: othter
|
||||
id: other
|
||||
attributes:
|
||||
label: Other
|
||||
placeholder: Any other details?
|
||||
@@ -54,7 +54,7 @@ body:
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
id: othter
|
||||
id: other
|
||||
attributes:
|
||||
label: Other
|
||||
placeholder: Any other details?
|
||||
@@ -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