chore: Add 'Other' field to feature issue template (#17330)

This commit is contained in:
Jennifer Shehane
2021-07-14 14:13:53 -05:00
committed by GitHub
parent 5ced6abb2d
commit b691a4d9dc
3 changed files with 8 additions and 3 deletions

View File

@@ -36,7 +36,7 @@ body:
validations:
required: true
- type: textarea
id: othter
id: other
attributes:
label: Other
placeholder: Any other details?

View File

@@ -54,7 +54,7 @@ body:
validations:
required: true
- type: textarea
id: othter
id: other
attributes:
label: Other
placeholder: Any other details?

View File

@@ -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?