Skip to content

Commit

Permalink
keep old pull request template and instead ignore it in markdownlint …
Browse files Browse the repository at this point in the history
…configuration
  • Loading branch information
ThomasGross committed Dec 11, 2024
1 parent d7ce64e commit ab8a9ad
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 14 deletions.
19 changes: 7 additions & 12 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -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.
5 changes: 3 additions & 2 deletions .markdownlint-cli2.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
globs:
- './**/*.{md,markdown}'
- "./**/*.{md,markdown}"

ignores:
- node_modules
- "./node_modules/**/*"
- "./.github/**/*"

config:
MD033:
Expand Down

0 comments on commit ab8a9ad

Please sign in to comment.