From 5a14d4d3a4d9f901f6d1ce7504fe0e79ff12b479 Mon Sep 17 00:00:00 2001 From: "Simon (Darkside) Jackson" Date: Sun, 29 Jan 2023 10:18:25 +0000 Subject: [PATCH] Fix github issue templates --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- .github/ISSUE_TEMPLATE/request_for_information.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 93400c4..4682ec9 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,7 +2,7 @@ name: Bug report about: Create a report to identify a potential issue title: 'BUG: ' -labels: Bug +labels: bug assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 15ff012..e087ead 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,7 +2,7 @@ name: Feature request about: Suggest an idea for the Unity UI Extensions title: 'Feature Request: ' -labels: Feature Request +labels: enhancement assignees: '' --- diff --git a/.github/ISSUE_TEMPLATE/request_for_information.md b/.github/ISSUE_TEMPLATE/request_for_information.md index a5a3a7c..131b1e0 100644 --- a/.github/ISSUE_TEMPLATE/request_for_information.md +++ b/.github/ISSUE_TEMPLATE/request_for_information.md @@ -2,7 +2,7 @@ name: Request for Information about: Not sure how to do something, just ask. title: 'RFI: ' -labels: Question +labels: question assignees: '' ---