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

Commit

Permalink
🔄 created local '.github/ISSUE_TEMPLATE/task.yml' from remote 'repo/.…
Browse files Browse the repository at this point in the history
…github/ISSUE_TEMPLATE/story.yml'
  • Loading branch information
tiki-bot committed Apr 26, 2024
1 parent acad30f commit db71f3c
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions .github/ISSUE_TEMPLATE/task.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
name: User Story
description: Advanced! Leave this to the maintainers.
labels:
- story
title: "As [persona], I want to [action], so that I can [benefit]."
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
attributes:
label: Acceptance Criteria
description: What is required for the story to be shipped? "Done done, not just done".
validations:
required: true
- type: textarea
id: tasks
attributes:
label: Tasks
description: Add each technical task required to complete the story.
placeholder: |
* [ ] I'm a cool task
validations:
required: true
- type: textarea
id: relates
attributes:
label: Relates to
description: Add any other related issues, such as bugs or features addressed.
validations:
required: false

0 comments on commit db71f3c

Please sign in to comment.