Fix github issue templates
parent
1c0c217931
commit
5a14d4d3a4
|
@ -2,7 +2,7 @@
|
|||
name: Bug report
|
||||
about: Create a report to identify a potential issue
|
||||
title: 'BUG: '
|
||||
labels: Bug
|
||||
labels: bug
|
||||
assignees: ''
|
||||
---
|
||||
|
||||
|
|
|
@ -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: ''
|
||||
---
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
name: Request for Information
|
||||
about: Not sure how to do something, just ask.
|
||||
title: 'RFI: '
|
||||
labels: Question
|
||||
labels: question
|
||||
assignees: ''
|
||||
---
|
||||
|
||||
|
|
Loading…
Reference in New Issue