From de41ed5d3196a9b8f97b9d7b246c43644267a179 Mon Sep 17 00:00:00 2001 From: martincostello Date: Sat, 28 Sep 2024 14:04:23 +0100 Subject: [PATCH] Add markdownlint Add a Markdown linter. --- .github/ISSUE_TEMPLATE.md | 1 + .github/ISSUE_TEMPLATE/bug_report.md | 1 + .github/ISSUE_TEMPLATE/feature_request.md | 3 ++- .github/workflows/lint.yml | 7 +++++++ .markdownlint.json | 4 ++++ 5 files changed, 15 insertions(+), 1 deletion(-) create mode 100644 .markdownlint.json diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index ff658046..5f2a1b38 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,3 +1,4 @@ + ### Expected behaviour diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index c7847dd2..b7ada38b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -2,6 +2,7 @@ name: Bug report about: Create a bug report to help us improve the library labels: bug +title: '' --- ### Describe the bug diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 9ec65944..01c8edab 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -2,9 +2,10 @@ name: Feature request about: Suggest an idea for a feature of this library labels: feature-request +title: '' --- -### Is your feature request related to a problem? Please describe. +### Is your feature request related to a problem?