From 745cc0609163f8b0210f1b284f30c45f820b7672 Mon Sep 17 00:00:00 2001 From: aclist <92275929+aclist@users.noreply.github.com> Date: Mon, 6 Jan 2025 20:09:08 +0900 Subject: [PATCH] Update feature.yml --- .github/ISSUE_TEMPLATE/feature.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml index 28e5c36..c17f462 100644 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -38,7 +38,7 @@ body: attributes: label: Describe the feature description: A clear and detailed description - placeholder: "Add a dialog to the Options menu that automatically lets the user do Y" + placeholder: "E.g., Add a dialog to the Options menu that automatically lets the user do Y" validations: required: true - type: textarea @@ -46,6 +46,6 @@ body: attributes: label: Describe the benefit description: How will this feature benefit large numbers of users? - placeholder: "Currently, users have to manually do X to achieve Y. Implementing this feature would achieve A, B, and C." + placeholder: "E.g., Currently, users have to manually do X to achieve Y. Implementing this feature would achieve A, B, and C." validations: required: true