Fix github issue templates

pull/413/head
Simon (Darkside) Jackson 2023-01-29 10:18:25 +00:00 committed by GitHub
parent 1c0c217931
commit 5a14d4d3a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
name: Bug report name: Bug report
about: Create a report to identify a potential issue about: Create a report to identify a potential issue
title: 'BUG: ' title: 'BUG: '
labels: Bug labels: bug
assignees: '' assignees: ''
--- ---

View File

@ -2,7 +2,7 @@
name: Feature request name: Feature request
about: Suggest an idea for the Unity UI Extensions about: Suggest an idea for the Unity UI Extensions
title: 'Feature Request: ' title: 'Feature Request: '
labels: Feature Request labels: enhancement
assignees: '' assignees: ''
--- ---

View File

@ -2,7 +2,7 @@
name: Request for Information name: Request for Information
about: Not sure how to do something, just ask. about: Not sure how to do something, just ask.
title: 'RFI: ' title: 'RFI: '
labels: Question labels: question
assignees: '' assignees: ''
--- ---