github: switch to using issue types were applicable in issue forms (#3696)
This commit is contained in:
parent
03cae68c7d
commit
cb4f7772bb
|
|
@ -1,6 +1,7 @@
|
|||
name: "\U0001F41B Jak 1 Bug Report"
|
||||
description: Create a bug report for Jak 1.
|
||||
labels: ["bug", "jak1"]
|
||||
labels: ["jak1"]
|
||||
type: 'bug'
|
||||
body:
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
|
|
|
|||
|
|
@ -1,6 +1,7 @@
|
|||
name: "\U0001F41B Jak 2 Bug Report"
|
||||
description: Create a bug report for Jak 2.
|
||||
labels: ["bug", "jak2"]
|
||||
labels: ["jak2"]
|
||||
type: 'bug'
|
||||
body:
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
|
|
|
|||
Loading…
Reference in New Issue