From 82d84bb5992d880687b8a91c88c78ec239b6155c Mon Sep 17 00:00:00 2001 From: Keeghan Polard Date: Thu, 31 Oct 2024 14:02:20 -0700 Subject: [PATCH] Update issue templates New roadmap template for planning purposes. --- .github/ISSUE_TEMPLATE/roadmap-item.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/roadmap-item.md diff --git a/.github/ISSUE_TEMPLATE/roadmap-item.md b/.github/ISSUE_TEMPLATE/roadmap-item.md new file mode 100644 index 0000000000..c71c4f284a --- /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