From 36464acacbf0ab985d485b9211d5bced6271eb2a Mon Sep 17 00:00:00 2001 From: Prem Chaitanya Prathi Date: Fri, 25 Aug 2023 10:27:40 +0530 Subject: [PATCH] Update and rename milestone.md to epic.md (#681) Aligning convention as per https://github.com/waku-org/pm/pull/45 --- .github/ISSUE_TEMPLATE/epic.md | 40 +++++++++++++++++++++++++++++ .github/ISSUE_TEMPLATE/milestone.md | 40 ----------------------------- 2 files changed, 40 insertions(+), 40 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/epic.md delete mode 100644 .github/ISSUE_TEMPLATE/milestone.md diff --git a/.github/ISSUE_TEMPLATE/epic.md b/.github/ISSUE_TEMPLATE/epic.md new file mode 100644 index 00000000..617320db --- /dev/null +++ b/.github/ISSUE_TEMPLATE/epic.md @@ -0,0 +1,40 @@ +--- +name: Epic +about: Track Epic +title: "[Epic] " +labels: epic +assignees: '' + +--- + + + + +**Planned start date**: +**Due date**: + +# Summary + + + +# Acceptance Criteria + + + +## Tasks + + + +# RAID (Risks, Assumptions, Issues and Dependencies) + + + + + + + + diff --git a/.github/ISSUE_TEMPLATE/milestone.md b/.github/ISSUE_TEMPLATE/milestone.md deleted file mode 100644 index c81a84ca..00000000 --- a/.github/ISSUE_TEMPLATE/milestone.md +++ /dev/null @@ -1,40 +0,0 @@ ---- -name: Milestone -about: Track Milestones -title: "[Milestone] " -labels: milestone -assignees: '' - ---- - - - - -**Planned start date**: -**Due date**: - -# Summary - - - -# Acceptance Criteria - - - -## Tasks - - - -# RAID (Risks, Assumptions, Issues and Dependencies) - - - - - - - -