Skip to content

Commit d3811c5

Browse files
authored
docs: add pull request template for the repository (#502)
Moved the original PR d2iq-labs#46 Pull request template for the repository.
1 parent f7bee82 commit d3811c5

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

.github/pull_request_template.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
<!--
2+
Copyright 2023 D2iQ, Inc. All rights reserved.
3+
SPDX-License-Identifier: Apache-2.0
4+
-->
5+
**What problem does this PR solve?**:
6+
7+
**Which issue(s) this PR fixes**:
8+
Fixes #
9+
10+
**How Has This Been Tested?**:
11+
<!--
12+
Please describe the tests that you ran to verify your changes.
13+
Provide output from the tests and any manual steps needed to replicate the tests.
14+
-->
15+
16+
**Special notes for your reviewer**:
17+
<!--
18+
Use this to provide any additional information to the reviewers.
19+
This may include:
20+
- Best way to review the PR.
21+
- Where the author wants the most review attention on.
22+
- etc.
23+
-->

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ repos:
104104
hooks:
105105
- id: markdownlint
106106
stages: [commit]
107-
exclude: ^(CHANGELOG.md|charts/.+/README.md)$
107+
exclude: ^(CHANGELOG.md|charts/.+/README.md|.github/pull_request_template.md)$
108108
- repo: https://github.com/Lucas-C/pre-commit-hooks
109109
rev: v1.5.4
110110
hooks:

0 commit comments

Comments
 (0)