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: '' ---