From 85e4589a905e9240c9114c081972deccf8ca3903 Mon Sep 17 00:00:00 2001 From: Pavel Feldman Date: Fri, 2 Feb 2024 10:33:59 -0800 Subject: [PATCH] Update feature.yml Signed-off-by: Pavel Feldman --- .github/ISSUE_TEMPLATE/feature.yml | 13 +++---------- 1 file changed, 3 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml index cea9c2e55d..efec3315c1 100644 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -13,13 +13,6 @@ body: description: A clear and concise description of what the feature is. validations: 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 id: example attributes: @@ -28,10 +21,10 @@ body: validations: required: false - type: textarea - id: pitch + id: motivation attributes: - label: Pitch + label: Motivation 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: required: true