From 84dc076a62467bdf30ba905fb25c31b863105ca8 Mon Sep 17 00:00:00 2001 From: Anxo Rodriguez Date: Fri, 15 Oct 2021 11:16:04 +0200 Subject: [PATCH] Create epic template --- .github/ISSUE_TEMPLATE/epic.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 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 000000000..6afe79253 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/epic.md @@ -0,0 +1,24 @@ +--- +name: Epic +labels: Epic +about: Create a new Epic +--- + +**Description** +A clear and concise description of what the feature is about. + +**Additional resources** +Some examples of resources that might be added here +* Problem statement definition +* Proposed workflow +* Link to the feedback/context/motivation/research work +* Mockups and or designs + +**Feature breakdown** +It includes: +- [ ] First issue #1 +- [ ] Another issue (#2) + +Good to have: +- [ ] First issue #1 +- [ ] Another issue (#2)