From 6cb9714f06c6b81f49477f6dc8c5d61378650a4a Mon Sep 17 00:00:00 2001 From: iTrooz_ Date: Tue, 1 Nov 2022 09:31:46 +0100 Subject: [PATCH] git: Automatically label created issues (#811) --- .github/ISSUE_TEMPLATE/bug_report.yaml | 1 + .github/ISSUE_TEMPLATE/feature_request.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 0c2b64f3b..fd831f85b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -1,6 +1,7 @@ name: Bug Report description: Something doesn't work correctly in ImHex. title: "[Bug] " +labels: bug body: - type: dropdown id: os diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index 7cae61efd..925d52c28 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -1,6 +1,7 @@ name: Feature Request description: Something you'd like to see added to ImHex in the future title: "[Feature] " +labels: feature request body: - type: textarea attributes: