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

View file

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

View file

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

View file

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