From e0438dfd45dda4ad383c3ddc66d8b6729227f67a Mon Sep 17 00:00:00 2001 From: KurbyDoo <106122181+KurbyDoo@users.noreply.github.com> Date: Mon, 3 Aug 2026 01:34:52 -0400 Subject: [PATCH] Update issue templates Add epic and ticket templates --- .github/ISSUE_TEMPLATE/epic-template.md | 21 +++++++++++++++++++++ .github/ISSUE_TEMPLATE/ticket-template.md | 17 +++++++++++++++++ 2 files changed, 38 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/epic-template.md create mode 100644 .github/ISSUE_TEMPLATE/ticket-template.md 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?