Skip to content
This repository was archived by the owner on Apr 11, 2024. It is now read-only.

Commit 95bffdf

Browse files
committed
chore: add pull request template for the repository
1 parent 9b92854 commit 95bffdf

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

.github/pull_request_template.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
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+
<!-- Please describe the tests that you ran to verify your changes.
12+
Provide any manual steps that needed to test your changes
13+
-->
14+
15+
**Special notes for your reviewer**:
16+
<!--
17+
Use this to provide any additional information to the reviewers.
18+
This may include:
19+
- Manual testing steps.
20+
- Best way to review the PR.
21+
- Where the author wants the most review attention on.
22+
- etc.
23+
-->
24+
25+
**Release note**:
26+
27+
```release-note
28+
29+
```

.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)