From a13663dae83d15b1769187c4541e4303fac386cf Mon Sep 17 00:00:00 2001 From: Sheikh Date: Thu, 16 Nov 2023 20:21:39 -0400 Subject: [PATCH] feat: add feature ticket template --- .github/ISSUE_TEMPLATE/feature-ticket.md | 25 ++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature-ticket.md diff --git a/.github/ISSUE_TEMPLATE/feature-ticket.md b/.github/ISSUE_TEMPLATE/feature-ticket.md new file mode 100644 index 0000000..0fbdbcf --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-ticket.md @@ -0,0 +1,25 @@ +--- +name: Feature Ticket +about: To track new ideas for the project +title: "[feat] feature" +labels: enhancement +assignees: '' + +--- + +## Description + +~~description~~ + +## Changes Requested +- ~~change~~ + +## Acceptance Criteria +- ~~criterion~~ + +## Resources +- ~~resource~~ + +## Blockers +- **Blocks**: N/A +- **Blocked-by**: N/A