From 9b02bc2106b9a998b8247a6d46eb419c19e0b3ed Mon Sep 17 00:00:00 2001 From: Ningyuan Li Date: Mon, 18 Dec 2023 12:14:11 +0900 Subject: [PATCH] updated issue templates --- .github/ISSUE_TEMPLATE/bug-report.yml | 2 ++ .github/ISSUE_TEMPLATE/feature-request.yml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 4aeb79b6c..8f8291212 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -1,5 +1,7 @@ name: Bug Report description: Something is not working (video, audio, gamepad, crash, etc...) +labels: + - bug body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index cd0478dc0..26872c75d 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -1,5 +1,7 @@ name: Feature Request description: Suggest a new feature or improvement +labels: + - enhancement body: - type: textarea attributes: