diff --git a/.github/ISSUE_TEMPLATE/---epic.md b/.github/ISSUE_TEMPLATE/---epic.md index 1e9e455b27..ec8e553d62 100644 --- a/.github/ISSUE_TEMPLATE/---epic.md +++ b/.github/ISSUE_TEMPLATE/---epic.md @@ -1,25 +1,29 @@ --- name: "\U0001F4D3 Epic" about: Describe the problem, solution and related issues -title: "[Product Note]" +title: "[Epic]" labels: Epic, Product Note assignees: Nikhil-Nandagopal - --- ## Problem statement -Why is this needed? + +Why is this needed? What does it hope to achieve? ## Related issues + [ ] #issue1 ## Success criteria + How will we know the project succeeded? ## User story + How does a user use this feature? How does it relate to the problem? ## Details + What are the specifications of the implementation? Product notes, designs etc. diff --git a/.github/ISSUE_TEMPLATE/---product-note.md b/.github/ISSUE_TEMPLATE/---product-note.md deleted file mode 100644 index 1179ed9c1e..0000000000 --- a/.github/ISSUE_TEMPLATE/---product-note.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -name: "\U0001F4D3 Product Note" -about: Describe this issue template's purpose here. -title: "[Product Note]" -labels: Product Note -assignees: Nikhil-Nandagopal - ---- - -## Problem statement -Why is this project needed? -What does it hope to achieve? - -## Success criteria -How will we know the project succeeded? -What are the core areas we should focus on? - -## User story -How does a user use this feature? How does it relate to the problem? - -## Details -What are the specifications of this project? -Product note, designs etc. diff --git a/.github/ISSUE_TEMPLATE/epic.md b/.github/ISSUE_TEMPLATE/epic.md deleted file mode 100644 index e0ae797a69..0000000000 --- a/.github/ISSUE_TEMPLATE/epic.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -name: Epic -about: Describes a group of related issues -title: "[Epic] Describe a group of related issues" -labels: Epic -assignees: Nikhil-Nandagopal - ---- - -## Description - -## Related Issues -[ ] -[ ] -[ ]