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) - - - - - - - -