From 1605c97400c33f770cccc81b97d7fcef3385ec98 Mon Sep 17 00:00:00 2001 From: Keeghan Polard Date: Thu, 31 Oct 2024 13:32:33 -0700 Subject: [PATCH] Update issue templates Added roadmap item template for planning purposes. --- .github/ISSUE_TEMPLATE/bug.md | 2 +- .github/ISSUE_TEMPLATE/roadmap-item.md | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/roadmap-item.md diff --git a/.github/ISSUE_TEMPLATE/bug.md b/.github/ISSUE_TEMPLATE/bug.md index a37663aa..979bcf9e 100644 --- a/.github/ISSUE_TEMPLATE/bug.md +++ b/.github/ISSUE_TEMPLATE/bug.md @@ -2,7 +2,7 @@ name: Bug about: An undesirable behaviour that needs correction title: '' -labels: '' +labels: User Story assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/roadmap-item.md b/.github/ISSUE_TEMPLATE/roadmap-item.md new file mode 100644 index 00000000..c71c4f28 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/roadmap-item.md @@ -0,0 +1,25 @@ +--- +name: Roadmap Item +about: Intended for planning purposes, these tickets are used to help with plotting + information on a roadmap. +title: '' +labels: '' +assignees: '' + +--- + +--- +name: Roadmap +about: Lists an item that needs to be tracked on a roadmap +title: '' +labels: '' +assignees: '' + +--- + +**About the Roadmap Item** +A clear and concise description about the road map item. + +**Additional Context** +- Context item 1 +- Context item 2