Add issue assingees (#508)
parent
ef9518c98e
commit
980116acea
|
@ -1,7 +1,10 @@
|
||||||
name: Bug Report
|
name: Bug Report
|
||||||
description: File a bug report
|
description: File a bug report
|
||||||
labels: ["bug"]
|
labels: ["bug"]
|
||||||
assignees: []
|
assignees:
|
||||||
|
- artemgavrilov
|
||||||
|
- darkfronza
|
||||||
|
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
|
|
|
@ -1,7 +1,10 @@
|
||||||
name: Feature Request
|
name: Feature Request
|
||||||
description: Suggest an idea for this project
|
description: Suggest an idea for this project
|
||||||
labels: ["feature"]
|
labels: ["feature"]
|
||||||
assignees: []
|
assignees:
|
||||||
|
- artemgavrilov
|
||||||
|
- darkfronza
|
||||||
|
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
|
|
Loading…
Reference in New Issue