Skip to content
This repository has been archived by the owner on May 31, 2024. It is now read-only.

Commit

Permalink
🔄 synced local '.github/ISSUE_TEMPLATE/task.yml' with remote 'repo/.g…
Browse files Browse the repository at this point in the history
…ithub/ISSUE_TEMPLATE/task.yml'
  • Loading branch information
tiki-bot committed Apr 26, 2024
1 parent 140d668 commit 1ac27af
Showing 1 changed file with 15 additions and 19 deletions.
34 changes: 15 additions & 19 deletions .github/ISSUE_TEMPLATE/task.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 1ac27af

Please sign in to comment.