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

Commit

Permalink
docs: add pull request template for the repository
Browse files Browse the repository at this point in the history
  • Loading branch information
supershal committed Apr 9, 2024
1 parent 9b92854 commit 088cc32
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 1 deletion.
29 changes: 29 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
<!--
Copyright 2023 D2iQ, Inc. All rights reserved.
SPDX-License-Identifier: Apache-2.0
-->
**What problem does this PR solve?**:

**Which issue(s) this PR fixes**:
Fixes #

**How Has This Been Tested?**:
<!-- Please describe the tests that you ran to verify your changes.
Provide any manual steps that needed to test your changes
-->

**Special notes for your reviewer**:
<!--
Use this to provide any additional information to the reviewers.
This may include:
- Manual testing steps.
- Best way to review the PR.
- Where the author wants the most review attention on.
- etc.
-->

**Release note**:

```release-note
```
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 088cc32

Please sign in to comment.