From 80dc7cb37cfbe9a893174597d40ec71c72eee6c0 Mon Sep 17 00:00:00 2001 From: JaKooLit Date: Fri, 3 Jan 2025 20:55:03 +0900 Subject: hmmm does not seem to work --- .github/ISSUE_TEMPLATE/bug_report.md | 7 +++++++ .github/ISSUE_TEMPLATE/feature_request.md | 7 +++++++ 2 files changed, 14 insertions(+) (limited to '.github') diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 0d862bcc..21cc811d 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]: Short description of the issue" +labels: "Something isn't working" +--- + name: Bug Report description: Something is not working right labels: ["bug"] diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 92bbc2f5..b3ac7aa6 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,3 +1,10 @@ +--- +name: Feature request +about: Suggest a feature for this project +title: "[Feature Request]: I'd like to request additional functionality or changes" +labels: "enhancement, feature request" +--- + name: Feature Request description: I'd like to request additional functionality labels: ["enhancement"] -- cgit v1.2.3