.github: change templates to yml
Signed-off-by: Maya Kaczorowski <15946341+mayakacz@users.noreply.github.com>pull/3028/head
parent
1f506d2351
commit
d7a2828fed
|
@ -1,9 +1,7 @@
|
||||||
---
|
|
||||||
name: Bug report
|
name: Bug report
|
||||||
about: File a bug report
|
description: File a bug report
|
||||||
title: "[Bug]: "
|
title: "[Bug]: "
|
||||||
labels: ["needs-triage","bug"]
|
labels: [needs-triage, bug]
|
||||||
assignees: ""
|
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
|
@ -75,4 +73,3 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
Thanks for filing a bug report!
|
Thanks for filing a bug report!
|
||||||
---
|
|
|
@ -1,9 +1,7 @@
|
||||||
---
|
|
||||||
name: Feature request
|
name: Feature request
|
||||||
about: Propose a new feature
|
description: Propose a new feature
|
||||||
title: "[FR]: "
|
title: "[FR]: "
|
||||||
labels: ["needs-triage","fr"]
|
labels: [needs-triage, fr]
|
||||||
assignees: ""
|
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
|
@ -49,4 +47,3 @@ body:
|
||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
Thanks for filing a feature request!
|
Thanks for filing a feature request!
|
||||||
---
|
|
Loading…
Reference in New Issue