diff --git a/.github/ISSUE_TEMPLATE/task.yml b/.github/ISSUE_TEMPLATE/task.yml index 987a560..e9cc6a7 100644 --- a/.github/ISSUE_TEMPLATE/task.yml +++ b/.github/ISSUE_TEMPLATE/task.yml @@ -1,34 +1,30 @@ -name: User Story +name: Story Task description: Advanced! Leave this to the maintainers. labels: - - story -title: "As [persona], I want to [action], so that I can [benefit]." + - task body: - type: markdown attributes: value: | - ### Smaller the better - Double check with the team if it's more than a couple days of work. - - type: textarea - id: acceptance + ### Time to get technical. + - type: input + id: story attributes: - label: Acceptance Criteria - description: What is required for the story to be shipped? "Done done, not just done". + label: User Story + description: Add the story this task belongs to. validations: required: true - type: textarea - id: tasks + id: description attributes: - label: Tasks - description: Add each technical task required to complete the story. - placeholder: | - * [ ] I'm a cool task + label: Description + description: Describe the work with enough detail that someone else can understand what needs to be done. validations: required: true - type: textarea - id: relates + id: criteria attributes: - label: Relates to - description: Add any other related issues, such as bugs or features addressed. - validations: - required: false + label: Acceptance Criteria + description: Add any specific criteria required before marking as complete + placeholder: | + - [ ] criteria 1