From 1f3694ffbed012c2f13f8bd4ddba64e34920aa80 Mon Sep 17 00:00:00 2001 From: Joseph Richard Date: Tue, 28 Jan 2025 23:25:18 -0700 Subject: [PATCH] Feature template --- .github/ISSUE_TEMPLATE/bug_template.md | 8 +++----- .github/ISSUE_TEMPLATE/feature_template.md | 5 +++++ 2 files changed, 8 insertions(+), 5 deletions(-) create mode 100644 .github/ISSUE_TEMPLATE/feature_template.md diff --git a/.github/ISSUE_TEMPLATE/bug_template.md b/.github/ISSUE_TEMPLATE/bug_template.md index af9817f56..e0c744abd 100644 --- a/.github/ISSUE_TEMPLATE/bug_template.md +++ b/.github/ISSUE_TEMPLATE/bug_template.md @@ -1,7 +1,5 @@ --- -name: Tracking issue -about: Use this template for tracking new features. -title: "[DATE]: [FEATURE NAME]" -labels: tracking issue, needs triage -assignees: octocat +name: Bug +about: Use this template for tracking bugs. +title: "[COMPONENT]: [DESCRIPTION]" --- \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_template.md b/.github/ISSUE_TEMPLATE/feature_template.md new file mode 100644 index 000000000..f9bb06037 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_template.md @@ -0,0 +1,5 @@ +--- +name: Feature +about: Use this template for proposed new features or enhancement requests +title: "[COMPONENT]: [DESCRIPTION]" +--- \ No newline at end of file