Skip to content

Commit

Permalink
Create epic-template.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
RSoulatIOHK committed Apr 19, 2024
1 parent 44bb30f commit 149571f
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions .github/ISSUE_TEMPLATE/epic-template.yaml
@@ -0,0 +1,46 @@
name: Epic Template
description: Template for submitting epics for this repository
title: '[Epic]: '
labels:
- epic
- to be triaged
projects: ['input-output-hk/127']
assignees:
- RSoulatIOHK
body:
- type: checkboxes
id: acknowledgements
attributes:
label: Acknowledgements
description: This epic template can only be filled out by members of the team
options:
- label: I am a member of the team
required: true
- type: textarea
id: description
attributes:
label: Epic description
description: Please provide a detailed description of your idea.
placeholder: What is the idea? What problem does it solve? What would be the user journey?
validations:
required: true
- type: textarea
id: tasks
attributes:
label: Acceptance Criteria
value: |
```[tasklist]
## (What are the acceptance criteria for this Epic?)
- [ ] Specify the feature
- [ ] Develop the feature
- [ ] Test the feature
```
- type: dropdown
id: priority
attributes:
label: Priority
description: How important is this idea?
options:
- Low
- Medium
- High

0 comments on commit 149571f

Please sign in to comment.