mirror of
https://github.com/namibia/openvpn-install.git
synced 2024-10-31 18:52:33 +00:00
Fix linting
This commit is contained in:
parent
45f4ebcc6e
commit
6e12bf0b2c
12
.github/ISSUE_TEMPLATE/bug.yml
vendored
12
.github/ISSUE_TEMPLATE/bug.yml
vendored
@ -6,14 +6,14 @@ body:
|
|||||||
attributes:
|
attributes:
|
||||||
value: |
|
value: |
|
||||||
Thanks for taking the time to fill out this bug report!
|
Thanks for taking the time to fill out this bug report!
|
||||||
|
|
||||||
**PLEASE** prioritise these communities before opening an issue.
|
**PLEASE** prioritise these communities before opening an issue.
|
||||||
- https://forums.openvpn.net
|
- https://forums.openvpn.net
|
||||||
- https://stackoverflow.com/questions/tagged/openvpn
|
- https://stackoverflow.com/questions/tagged/openvpn
|
||||||
- https://github.com/angristan/openvpn-install/discussions
|
- https://github.com/angristan/openvpn-install/discussions
|
||||||
|
|
||||||
⚠️ **ANY ISSUE THAT IS NOT CLEARLY A BUG REPORT WILL BE CLOSED AND/OR CONVERTED TO A DISCUSSION.**
|
⚠️ **ANY ISSUE THAT IS NOT CLEARLY A BUG REPORT WILL BE CLOSED AND/OR CONVERTED TO A DISCUSSION.**
|
||||||
|
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
id: pre
|
id: pre
|
||||||
attributes:
|
attributes:
|
||||||
@ -37,7 +37,7 @@ body:
|
|||||||
placeholder: Debian 10
|
placeholder: Debian 10
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
|
||||||
- type: input
|
- type: input
|
||||||
id: openvpn
|
id: openvpn
|
||||||
attributes:
|
attributes:
|
||||||
@ -46,7 +46,7 @@ body:
|
|||||||
placeholder: 2.5.0
|
placeholder: 2.5.0
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
|
||||||
- type: input
|
- type: input
|
||||||
id: client
|
id: client
|
||||||
attributes:
|
attributes:
|
||||||
@ -55,7 +55,7 @@ body:
|
|||||||
placeholder: Viscosity 1.10.1 on macOS 12.1
|
placeholder: Viscosity 1.10.1 on macOS 12.1
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: issue
|
id: issue
|
||||||
attributes:
|
attributes:
|
||||||
|
8
.github/ISSUE_TEMPLATE/feature-request.md
vendored
8
.github/ISSUE_TEMPLATE/feature-request.md
vendored
@ -1,10 +1,9 @@
|
|||||||
---
|
---
|
||||||
name: Feature request
|
name: Feature request
|
||||||
about: Suggest an idea for this project
|
about: Suggest an idea for this project
|
||||||
title: ''
|
title: ""
|
||||||
labels: ''
|
labels: ""
|
||||||
assignees: ''
|
assignees: ""
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
**Checklist**
|
**Checklist**
|
||||||
@ -20,4 +19,3 @@ If you need help with OpenVPN itself, please us the [community forums](https://f
|
|||||||
PLEASE OPEN A DISCUSSION INSTEAD: https://github.com/angristan/openvpn-install/discussions
|
PLEASE OPEN A DISCUSSION INSTEAD: https://github.com/angristan/openvpn-install/discussions
|
||||||
⚠️
|
⚠️
|
||||||
--->
|
--->
|
||||||
|
|
||||||
|
2
.github/linters/.markdown-lint.yml
vendored
2
.github/linters/.markdown-lint.yml
vendored
@ -1 +1 @@
|
|||||||
{ 'MD013': null, 'MD045': null, 'MD040': null, 'MD036': null }
|
{ "MD013": null, "MD045": null, "MD040": null, "MD036": null }
|
||||||
|
Loading…
Reference in New Issue
Block a user