Assign GitHub issue types (Bug/Feature) via issue templates (#8346)
Co-authored-by: Orca <help@stably.ai>
This commit is contained in:
parent
81dd08ffd3
commit
4f9fbecb9e
|
|
@ -1,6 +1,7 @@
|
|||
name: Bug report
|
||||
description: Report a problem with Orca
|
||||
title: '[Bug]: '
|
||||
type: Bug
|
||||
labels:
|
||||
- bug
|
||||
body:
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
name: Feature request
|
||||
description: Suggest an improvement for Orca
|
||||
title: '[Feature]: '
|
||||
type: Feature
|
||||
labels:
|
||||
- enhancement
|
||||
body:
|
||||
|
|
|
|||
Loading…
Reference in New Issue