From 6e12bf0b2cda78dfff46d1d91a0baae93851a507 Mon Sep 17 00:00:00 2001 From: Stanislas Lange Date: Wed, 26 Jan 2022 21:54:29 +0100 Subject: [PATCH] Fix linting --- .github/ISSUE_TEMPLATE/bug.yml | 12 ++++++------ .github/ISSUE_TEMPLATE/feature-request.md | 8 +++----- .github/linters/.markdown-lint.yml | 2 +- 3 files changed, 10 insertions(+), 12 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index bb3ff34..0eacdc9 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -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: diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md index d20e804..dcc367d 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.md +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -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 ⚠️ ---> - diff --git a/.github/linters/.markdown-lint.yml b/.github/linters/.markdown-lint.yml index 68d1fdf..962acbc 100644 --- a/.github/linters/.markdown-lint.yml +++ b/.github/linters/.markdown-lint.yml @@ -1 +1 @@ -{ 'MD013': null, 'MD045': null, 'MD040': null, 'MD036': null } +{ "MD013": null, "MD045": null, "MD040": null, "MD036": null }