diff --git a/.github/ISSUE_TEMPLATE/epic-template.md b/.github/ISSUE_TEMPLATE/epic-template.md new file mode 100644 index 0000000..4623867 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/epic-template.md @@ -0,0 +1,21 @@ +--- +name: Epic Template +about: Use to structure epics for feature requests +title: "[EPIC] Feature Request" +labels: '' +assignees: '' +type: Feature + +--- + +### Ask + +What is the ask of this epic + +### Milestones + +What work needs to be done for this + +### End Requirements + +What needs to be satisfied for this epic to be considered completed diff --git a/.github/ISSUE_TEMPLATE/ticket-template.md b/.github/ISSUE_TEMPLATE/ticket-template.md new file mode 100644 index 0000000..b1fb81a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/ticket-template.md @@ -0,0 +1,17 @@ +--- +name: Ticket Template +about: Used to structure tickets for specific tasks +title: '' +labels: '' +assignees: '' +type: Task + +--- + +### Background + +What is the relevant background knowledge? + +### Description + +What is being asked?