From caf1cb635709c4fe653472d95489ed31da3ec657 Mon Sep 17 00:00:00 2001 From: winter-love-dev Date: Sun, 2 Nov 2025 18:14:56 +0900 Subject: [PATCH] Add yaml frontier --- .github/ISSUE_TEMPLATE/bug_report.md | 7 +++++++ .github/ISSUE_TEMPLATE/feature_request.md | 8 +++++++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 6fe8b7b..d7991b1 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,3 +1,10 @@ +--- +name: Bug Report +about: Create a report to help us improve +title: '[BUG] ' +labels: 'bug' +assignees: '' +--- ### Describe the bug <-- A clear and concise description of what the bug is. --!> diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 2dd8717..e39a3b3 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,4 +1,10 @@ - +--- +name: Feature Request +about: Suggest an idea for this project +title: '[FEATURE] ' +labels: 'enhancement' +assignees: '' +--- ### Is your feature request related to a problem? <-- A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] --!>