From ab8a9ad04fa750994b7d59f4e5678b6ed7620c33 Mon Sep 17 00:00:00 2001 From: thomasgross Date: Wed, 11 Dec 2024 23:57:17 +0100 Subject: [PATCH] keep old pull request template and instead ignore it in markdownlint configuration --- .github/PULL_REQUEST_TEMPLATE.md | 19 +++++++------------ .markdownlint-cli2.yaml | 5 +++-- 2 files changed, 10 insertions(+), 14 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 9a15fc6e7c..c87b2df211 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,20 +1,15 @@ -# Pull Request contents - -## Link to issue +#### Link to issue Please add a link to the issue being addressed by this change. -## Description +#### Description -Please include a short description of the suggested change and the reasoning -behind the approach you have chosen. +Please include a short description of the suggested change and the reasoning behind the approach you have chosen. -## Screenshot of the result +#### Screenshot of the result -If your change affects the user interface you should include a screenshot of -the result with the pull request. +If your change affects the user interface you should include a screenshot of the result with the pull request. -## Additional comments or questions +#### Additional comments or questions -If you have any further comments or questions for the reviewer them please add -them here. +If you have any further comments or questions for the reviewer them please add them here. diff --git a/.markdownlint-cli2.yaml b/.markdownlint-cli2.yaml index e0ca4b419b..781208c3e7 100644 --- a/.markdownlint-cli2.yaml +++ b/.markdownlint-cli2.yaml @@ -1,8 +1,9 @@ globs: - - './**/*.{md,markdown}' + - "./**/*.{md,markdown}" ignores: - - node_modules + - "./node_modules/**/*" + - "./.github/**/*" config: MD033: