-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #40 from waku-org/milestone-template
- Loading branch information
Showing
1 changed file
with
43 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
--- | ||
name: Milestone Issue Template | ||
about: Track Milestones | ||
title: "[Milestone] " | ||
labels: milestone | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- Please ensure you are assigning the matching epic label to the milestone --> | ||
<!-- All _active_ (being worked on) milestones MUST have an owner (GitHub assignee) --> | ||
|
||
**Planned start date**: | ||
**Due date**: | ||
|
||
# Summary | ||
|
||
<!-- Provide a high level summary of the Milestone --> | ||
|
||
# Acceptance Criteria | ||
|
||
<!-- describe the deliverable of this milestone and its attributes in plain English --> | ||
|
||
## Tasks | ||
|
||
<!-- | ||
Breakdown of the work | ||
- [ ] Task 1 | ||
- [ ] Link to GitHub issue tracking task 2 | ||
--> | ||
|
||
# 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 --> |