From e449d10d65f2db87eee73f507572a5ba8f47b245 Mon Sep 17 00:00:00 2001 From: Jonathon Anderson Date: Wed, 5 Feb 2025 22:27:51 -0700 Subject: [PATCH] Add types to issue templates Signed-off-by: Jonathon Anderson --- .github/ISSUE_TEMPLATE/bug_report.yml | 1 + .github/ISSUE_TEMPLATE/feature_request.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index bf5f0bb7..b051b290 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,4 +1,5 @@ name: "\U0001F41E Bug report" +type: Bug description: Report a bug in Warewulf (command not working as expected, etc.) labels: [bug] body: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index d41274ba..5d8cc5b5 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,4 +1,5 @@ name: "\U0001F38A Feature request" +type: Feature description: Suggest adding a feature labels: [enhancement] body: