mirror of
https://github.com/angristan/openvpn-install.git
synced 2024-11-14 12:59:03 +01: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:
|
||||
value: |
|
||||
Thanks for taking the time to fill out this bug report!
|
||||
|
||||
|
||||
**PLEASE** prioritise these communities before opening an issue.
|
||||
- https://forums.openvpn.net
|
||||
- https://stackoverflow.com/questions/tagged/openvpn
|
||||
- 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.**
|
||||
|
||||
|
||||
- type: checkboxes
|
||||
id: pre
|
||||
attributes:
|
||||
@ -37,7 +37,7 @@ body:
|
||||
placeholder: Debian 10
|
||||
validations:
|
||||
required: false
|
||||
|
||||
|
||||
- type: input
|
||||
id: openvpn
|
||||
attributes:
|
||||
@ -46,7 +46,7 @@ body:
|
||||
placeholder: 2.5.0
|
||||
validations:
|
||||
required: false
|
||||
|
||||
|
||||
- type: input
|
||||
id: client
|
||||
attributes:
|
||||
@ -55,7 +55,7 @@ body:
|
||||
placeholder: Viscosity 1.10.1 on macOS 12.1
|
||||
validations:
|
||||
required: false
|
||||
|
||||
|
||||
- type: textarea
|
||||
id: issue
|
||||
attributes:
|
||||
|
8
.github/ISSUE_TEMPLATE/feature-request.md
vendored
8
.github/ISSUE_TEMPLATE/feature-request.md
vendored
@ -1,10 +1,9 @@
|
||||
---
|
||||
name: Feature request
|
||||
about: Suggest an idea for this project
|
||||
title: ''
|
||||
labels: ''
|
||||
assignees: ''
|
||||
|
||||
title: ""
|
||||
labels: ""
|
||||
assignees: ""
|
||||
---
|
||||
|
||||
**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
|
||||
⚠️
|
||||
--->
|
||||
|
||||
|
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