mirror of
https://github.com/tailscale/tailscale.git
synced 2024-11-25 19:15:34 +00:00
.github: change templates to yml
Signed-off-by: Maya Kaczorowski <15946341+mayakacz@users.noreply.github.com>
This commit is contained in:
parent
1f506d2351
commit
d7a2828fed
@ -1,9 +1,7 @@
|
||||
---
|
||||
name: Bug report
|
||||
about: File a bug report
|
||||
description: File a bug report
|
||||
title: "[Bug]: "
|
||||
labels: ["needs-triage","bug"]
|
||||
assignees: ""
|
||||
labels: [needs-triage, bug]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
@ -75,4 +73,3 @@ body:
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for filing a bug report!
|
||||
---
|
@ -1,9 +1,7 @@
|
||||
---
|
||||
name: Feature request
|
||||
about: Propose a new feature
|
||||
description: Propose a new feature
|
||||
title: "[FR]: "
|
||||
labels: ["needs-triage","fr"]
|
||||
assignees: ""
|
||||
labels: [needs-triage, fr]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
@ -49,4 +47,3 @@ body:
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for filing a feature request!
|
||||
---
|
Loading…
Reference in New Issue
Block a user