Fix format with prettier

This commit is contained in:
Michael Ko. Gajda 2021-12-04 18:51:09 +01:00
parent 969bcf17c4
commit 0c13d9da15
4 changed files with 27 additions and 20 deletions

View File

@ -1,20 +1,23 @@
---
name: 'Bug report'
about: 'Create a bug report to help us improve'
title: ''
labels: [ 'bug' ]
assignees: ''
name: "Bug report"
about: "Create a bug report to help us improve"
title: ""
labels: ["bug"]
assignees: ""
---
**Bug description**
<!-- A clear and concise description of what the bug is. Describe the expected bahavior
and how it is currently different. If you are unsure if it is a bug, consider discussing
it on our Discord server first. -->
**To Reproduce**
<!-- Steps to reproduce the behavior. -->
**Context info**
<!-- Please add relevant information about your system. For example:
- Version of headscale used
- Version of tailscale client

View File

@ -1,12 +1,13 @@
---
name: 'Feature request'
about: 'Suggest an idea for headscale'
title: ''
labels: [ 'enhancement' ]
assignees: ''
name: "Feature request"
about: "Suggest an idea for headscale"
title: ""
labels: ["enhancement"]
assignees: ""
---
**Feature request**
<!-- A clear and precise description of what new or changed feature you want. -->
<!-- Please include the reason, why you would need the feature. E.g. what problem

View File

@ -1,20 +1,23 @@
---
name: 'Other issue'
about: 'Report a different issue'
title: ''
labels: [ 'bug' ]
assignees: ''
name: "Other issue"
about: "Report a different issue"
title: ""
labels: ["bug"]
assignees: ""
---
<!-- If you have a question, please consider using our Discord for asking questions -->
**Issue description**
<!-- Please add your issue description. -->
**To Reproduce**
<!-- Steps to reproduce the behavior. -->
**Context info**
<!-- Please add relevant information about your system. For example:
- Version of headscale used
- Version of tailscale client

View File

@ -1,7 +1,7 @@
# Official headscale documentation
* [Configuration](Configuration.md)
* [Running](Running.md)
* [DNS](DNS.md)
* [TLS](TLS.md)
* [Glossary](Glossary.md)
- [Configuration](Configuration.md)
- [Running](Running.md)
- [DNS](DNS.md)
- [TLS](TLS.md)
- [Glossary](Glossary.md)