mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-30 02:43:05 +00:00
Fix format with prettier
This commit is contained in:
parent
969bcf17c4
commit
0c13d9da15
4 changed files with 27 additions and 20 deletions
13
.github/ISSUE_TEMPLATE/bug_report.md
vendored
13
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -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
|
||||||
|
|
11
.github/ISSUE_TEMPLATE/feature_request.md
vendored
11
.github/ISSUE_TEMPLATE/feature_request.md
vendored
|
@ -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
|
||||||
|
|
13
.github/ISSUE_TEMPLATE/other_issue.md
vendored
13
.github/ISSUE_TEMPLATE/other_issue.md
vendored
|
@ -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
|
||||||
|
|
|
@ -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)
|
||||||
|
|
Loading…
Reference in a new issue