From 3a3408d7a34ac10fc4e67ac6027c7ae85cea0f74 Mon Sep 17 00:00:00 2001 From: Chip Zoller <chipzoller@gmail.com> Date: Thu, 02 Dec 2021 23:07:15 +0000 Subject: [PATCH] frontmatter --- .github/ISSUE_TEMPLATE/bug_report.md | 4 ++-- .github/ISSUE_TEMPLATE/feature_request.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index db996af..5deb9c2 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,8 +1,8 @@ --- name: Bug report about: Report an issue to help us improve the theme -title: '' -labels: '' +title: '[BUG]' +labels: 'bug' assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index e136b59..90bd84d 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,8 +1,8 @@ --- name: Feature Request about: Request a feature to Compose. -title: '' -labels: '' +title: '[FEATURE]' +labels: 'enhancement' assignees: '' --- -- Gitblit v1.10.0