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/task.yml'
  • Loading branch information
tiki-bot committed Apr 29, 2024
1 parent 2e198df commit 6a993db
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions .github/ISSUE_TEMPLATE/task.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
name: Story Task
description: Advanced! Leave this to the maintainers.
labels:
- task
body:
- type: markdown
attributes:
value: |
### Time to get technical.
- type: input
id: story
attributes:
label: User Story
description: Add the story this task belongs to.
validations:
required: true
- type: textarea
id: description
attributes:
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: criteria
attributes:
label: Acceptance Criteria
description: Add any specific criteria required before marking as complete
placeholder: |
- [ ] criteria 1

0 comments on commit 6a993db

Please sign in to comment.