-
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.
Update issue templates epic<>milestone rename
- Loading branch information
1 parent
2272b2e
commit fbfa0e4
Showing
2 changed files
with
34 additions
and
36 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 |
---|---|---|
@@ -1,31 +1,43 @@ | ||
--- | ||
name: Epic Issue Template | ||
about: Track Epics | ||
about: Track Epics (usually created in a repo that is **not** waku-org/pm) | ||
title: "[Epic] " | ||
labels: epic | ||
assignees: '' | ||
|
||
--- | ||
|
||
2023 Milestones: https://notes.status.im/s/iylE6wdli# | ||
<!-- Please ensure you are assigning the matching milestone label to this epic --> | ||
<!-- All _active_ (being worked on) epics MUST have an owner (GitHub assignee) --> | ||
|
||
**Epic label**: `E:2023-name` | ||
<!-- Remove tracks as needed --> | ||
**Priority Tracks**: Secure Scalability, Production Readiness, Growth, Generating Revenue (Sustainability & Longevity). | ||
**Planned start date**: | ||
**Due date**: | ||
|
||
# Summary | ||
|
||
<!-- Provide a high level summary of the Epic --> | ||
|
||
# Justification | ||
# Acceptance Criteria | ||
|
||
<!-- Justify the Epic in the context of the priority tracks and project/collective strategies --> | ||
<!-- describe the deliverable of this milestone and its attributes in plain English --> | ||
|
||
# Milestones | ||
# Tasks | ||
|
||
## Eco Dev | ||
|
||
- [ ] research: Milestone title or link | ||
- ... | ||
<!-- | ||
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 --> |
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 |
---|---|---|
@@ -1,43 +1,29 @@ | ||
--- | ||
name: Milestone Issue Template | ||
about: Track Milestones | ||
about: Track Key Milestones (usually tracked in waku-org/pm repo) | ||
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) --> | ||
2023 Key Milestones: https://notes.status.im/s/iylE6wdli# | ||
|
||
**Planned start date**: | ||
**Milestone label**: `E:2023-name` | ||
<!-- Remove tracks as needed --> | ||
**Priority Tracks**: Secure Scalability, Production Readiness, Growth, Generating Revenue (Sustainability & Longevity). | ||
**Due date**: | ||
|
||
# Summary | ||
|
||
<!-- Provide a high level summary of the Milestone --> | ||
|
||
# Acceptance Criteria | ||
# Justification | ||
|
||
<!-- describe the deliverable of this milestone and its attributes in plain English --> | ||
<!-- Justify the Milestone in the context of the priority tracks and project/collective strategies --> | ||
|
||
# Tasks | ||
# Epics | ||
|
||
<!-- | ||
- [ ] research: Milestone title or link | ||
- ... | ||
|
||
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 --> |