Skip to content

Commit

Permalink
Update issue templates epic<>milestone rename
Browse files Browse the repository at this point in the history
  • Loading branch information
fryorcraken committed Aug 29, 2023
1 parent 2272b2e commit fbfa0e4
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 36 deletions.
36 changes: 24 additions & 12 deletions .github/ISSUE_TEMPLATE/epic.md
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 -->
34 changes: 10 additions & 24 deletions .github/ISSUE_TEMPLATE/milestone.md
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 -->

0 comments on commit fbfa0e4

Please sign in to comment.