From 16bd4902c6958bd346da5fdfbddaeb79831932fc Mon Sep 17 00:00:00 2001 From: Alex English Date: Sat, 5 Sep 2026 12:16:37 -0700 Subject: [PATCH] Make Dependency required: real and add Overview guidance to blank forms --- .github/ISSUE_TEMPLATE/blank-issue-form-with-dependency.yml | 4 +++- .../ISSUE_TEMPLATE/blank-issue-form-with-no-dependency.yml | 2 ++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/blank-issue-form-with-dependency.yml b/.github/ISSUE_TEMPLATE/blank-issue-form-with-dependency.yml index 0c5d2d2..6060081 100644 --- a/.github/ISSUE_TEMPLATE/blank-issue-form-with-dependency.yml +++ b/.github/ISSUE_TEMPLATE/blank-issue-form-with-dependency.yml @@ -8,7 +8,7 @@ body: attributes: label: Dependency description: 'Add dependencies (ideally by issue #)' - value: '- [ ]' + placeholder: '- [ ]' validations: required: true - type: textarea @@ -16,6 +16,8 @@ body: attributes: label: Overview description: Clearly state the purpose of this issue in 2 sentences or less + placeholder: | + Example: As a [developer/programmer/designer/member of the team/etc], we need to [insert some sort of standard, such as "keep out code clean" or "fix bugs" or "make sure website appears welcoming"]. For this issue, we will [do something to fulfill our standard, such as "edit the code in the data folder" or "correct a bug in out components" or "increase the title size on the homepage"]. validations: required: true - type: textarea diff --git a/.github/ISSUE_TEMPLATE/blank-issue-form-with-no-dependency.yml b/.github/ISSUE_TEMPLATE/blank-issue-form-with-no-dependency.yml index 405bdb6..dbc6a95 100644 --- a/.github/ISSUE_TEMPLATE/blank-issue-form-with-no-dependency.yml +++ b/.github/ISSUE_TEMPLATE/blank-issue-form-with-no-dependency.yml @@ -8,6 +8,8 @@ body: attributes: label: Overview description: Clearly state the purpose of this issue in 2 sentences or less + placeholder: | + Example: As a [developer/programmer/designer/member of the team/etc], we need to [insert some sort of standard, such as "keep out code clean" or "fix bugs" or "make sure website appears welcoming"]. For this issue, we will [do something to fulfill our standard, such as "edit the code in the data folder" or "correct a bug in out components" or "increase the title size on the homepage"]. validations: required: true - type: textarea