Skip to content

Commit

Permalink
refactor: roll back pull request template to its previous state and a…
Browse files Browse the repository at this point in the history
…dd ignore to markdown config
  • Loading branch information
ThomasGross committed Dec 11, 2024
1 parent 3bdd7d8 commit 228242b
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 13 deletions.
20 changes: 8 additions & 12 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,16 @@
# 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.
3 changes: 2 additions & 1 deletion .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
- "./.github/**/*"

config:
MD033:
Expand Down

0 comments on commit 228242b

Please sign in to comment.