From ed2eb19b9c35e9150783832d5b2b5536a8b4b2a6 Mon Sep 17 00:00:00 2001 From: tjcouch-sil Date: Tue, 25 Jun 2024 11:36:36 -0500 Subject: [PATCH] Added Epic issue template --- .github/ISSUE_TEMPLATE/epic.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/epic.md diff --git a/.github/ISSUE_TEMPLATE/epic.md b/.github/ISSUE_TEMPLATE/epic.md new file mode 100644 index 0000000000..1709343722 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/epic.md @@ -0,0 +1,13 @@ +--- +name: Epic +about: Create a high-level goal to implement during a milestone (project management) +title: '' +labels: epic +assignees: '' +--- + +**User Story** +As a (insert role here), I want (insert epic name/summary here) so that (insert reason here for the epic). + +**Description** +Describe the new epic in detail.