mirror of
https://github.com/juanfont/headscale.git
synced 2024-11-23 18:15:26 +00:00
Fix format with prettier
This commit is contained in:
parent
969bcf17c4
commit
0c13d9da15
13
.github/ISSUE_TEMPLATE/bug_report.md
vendored
13
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -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
|
||||
|
11
.github/ISSUE_TEMPLATE/feature_request.md
vendored
11
.github/ISSUE_TEMPLATE/feature_request.md
vendored
@ -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
|
||||
|
13
.github/ISSUE_TEMPLATE/other_issue.md
vendored
13
.github/ISSUE_TEMPLATE/other_issue.md
vendored
@ -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
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user