Fix github issue templates
parent
1c0c217931
commit
5a14d4d3a4
|
@ -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: ''
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -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: ''
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
@ -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: ''
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue