add epic and milestone templates
This commit is contained in:
parent
aa9d51b706
commit
e591f02db0
|
@ -0,0 +1,33 @@
|
||||||
|
---
|
||||||
|
name: Epic Issue Template
|
||||||
|
about: Track Epics
|
||||||
|
title: "[Epic] "
|
||||||
|
labels: epic
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
|
||||||
|
<!-- Use GitHub Project fields "due date" and "planned start" to set dates -->
|
||||||
|
**Epic label**: `E:...`
|
||||||
|
|
||||||
|
# Summary
|
||||||
|
|
||||||
|
<!-- Provide a high level summary of the Epic -->
|
||||||
|
|
||||||
|
# Acceptance Criteria
|
||||||
|
|
||||||
|
<!-- describe the deliverable of this milestone and its attributes in plain English -->
|
||||||
|
|
||||||
|
# Tasks
|
||||||
|
|
||||||
|
<!-- can be generated using the `epics` command of https://github.com/fryorcraken/milestone-update/ -->
|
||||||
|
<!--
|
||||||
|
|
||||||
|
Breakdown of the work
|
||||||
|
|
||||||
|
- [ ] research: ...
|
||||||
|
- [ ] nwaku: ...
|
||||||
|
|
||||||
|
-->
|
||||||
|
|
|
@ -0,0 +1,32 @@
|
||||||
|
---
|
||||||
|
name: Milestone Issue Template
|
||||||
|
about: Track Key Milestones
|
||||||
|
title: "[Milestone] "
|
||||||
|
labels: milestone
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
2023 Key Milestones: https://notes.status.im/s/iylE6wdli#
|
||||||
|
|
||||||
|
**Milestone**: <!-- URL to the GitHub Milestone -->
|
||||||
|
<!-- Remove tracks as needed -->
|
||||||
|
**Priority Tracks**: Secure Scalability, Production Readiness, Growth, Generating Revenue (Sustainability & Longevity).
|
||||||
|
|
||||||
|
# Summary
|
||||||
|
|
||||||
|
<!-- Provide a high level summary of the Milestone -->
|
||||||
|
|
||||||
|
# Justification
|
||||||
|
|
||||||
|
<!-- Justify the Milestone in the context of the priority tracks and project/collective strategies -->
|
||||||
|
|
||||||
|
# RAID (Risks, Assumptions, Issues and Dependencies)
|
||||||
|
|
||||||
|
<!-- List dependencies on other milestones (avoid dependencies on tasks) -->
|
||||||
|
|
||||||
|
<!-- List dependencies on other teams -->
|
||||||
|
|
||||||
|
<!-- List any risks or assumptions that will be cleared as work progresses -->
|
||||||
|
|
||||||
|
<!-- List any GitHub issues that tracks any blocker or any of the items above -->
|
Loading…
Reference in New Issue