Update feature.yml
Signed-off-by: Pavel Feldman <pavel.feldman@gmail.com>
This commit is contained in:
parent
9e383c8b19
commit
85e4589a90
13
.github/ISSUE_TEMPLATE/feature.yml
vendored
13
.github/ISSUE_TEMPLATE/feature.yml
vendored
|
|
@ -13,13 +13,6 @@ body:
|
||||||
description: A clear and concise description of what the feature is.
|
description: A clear and concise description of what the feature is.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
|
||||||
id: motivation
|
|
||||||
attributes:
|
|
||||||
label: Motivation
|
|
||||||
description: Outline your motivation for the proposal. How will it make Playwright better?
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: example
|
id: example
|
||||||
attributes:
|
attributes:
|
||||||
|
|
@ -28,10 +21,10 @@ body:
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: pitch
|
id: motivation
|
||||||
attributes:
|
attributes:
|
||||||
label: Pitch
|
label: Motivation
|
||||||
description: |
|
description: |
|
||||||
Why does this feature belong in the Playwright core and should not be a third party module?
|
Outline your motivation for the proposal. How will it make Playwright better?
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue