From 66b4ad4e50ec2ca675da5891a333ab712cfb0c9a Mon Sep 17 00:00:00 2001 From: Janette Day Date: Fri, 1 Nov 2024 11:58:52 -0500 Subject: [PATCH] Remove titles from new issue templates --- .github/ISSUE_TEMPLATE/task.yml | 6 +----- .github/ISSUE_TEMPLATE/user_story.yml | 3 +-- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/task.yml b/.github/ISSUE_TEMPLATE/task.yml index 7b7996229b..2e8bd8278e 100644 --- a/.github/ISSUE_TEMPLATE/task.yml +++ b/.github/ISSUE_TEMPLATE/task.yml @@ -1,6 +1,5 @@ name: Task description: A workitem that needs to be done while developing a story, feature, addressing tech debt, documentation, etc. -title: "" labels: [task] body: @@ -8,11 +7,8 @@ body: attributes: label: Description description: A concise description of the task or suggested implementation. - validations: - required: true - type: textarea attributes: label: Acceptance Criteria description: Tell us what should happen, how will we know when we're done. - validations: - required: true + diff --git a/.github/ISSUE_TEMPLATE/user_story.yml b/.github/ISSUE_TEMPLATE/user_story.yml index 266769d928..65b602c1ba 100644 --- a/.github/ISSUE_TEMPLATE/user_story.yml +++ b/.github/ISSUE_TEMPLATE/user_story.yml @@ -1,12 +1,11 @@ name: User Story description: User stories are short descriptions of a feature told from the perspective of the person who desires the new functionality, usually a user of the system. -title: "" labels: [user story] body: - type: textarea attributes: - label: Why + label: User Story description: As a [user], I want [goal] so that [some reason]. validations: required: true