diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..bfa004488 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,23 @@ + +**What problem does this PR solve?**: + +**Which issue(s) this PR fixes**: +Fixes # + +**How Has This Been Tested?**: + + +**Special notes for your reviewer**: + diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 643fdf161..554c6d601 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -104,7 +104,7 @@ repos: hooks: - id: markdownlint stages: [commit] - exclude: ^(CHANGELOG.md|charts/.+/README.md)$ + exclude: ^(CHANGELOG.md|charts/.+/README.md|.github/pull_request_template.md)$ - repo: https://github.com/Lucas-C/pre-commit-hooks rev: v1.5.4 hooks: