This repository was archived by the owner on Apr 11, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Expand file tree Collapse file tree 2 files changed +30
-1
lines changed Original file line number Diff line number Diff line change
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
+ ```
Original file line number Diff line number Diff line change @@ -104,7 +104,7 @@ repos:
104
104
hooks :
105
105
- id : markdownlint
106
106
stages : [commit]
107
- exclude : ^(CHANGELOG.md|charts/.+/README.md)$
107
+ exclude : ^(CHANGELOG.md|charts/.+/README.md|.github/pull_request_template.md )$
108
108
- repo : https://github.com/Lucas-C/pre-commit-hooks
109
109
rev : v1.5.4
110
110
hooks :
You can’t perform that action at this time.
0 commit comments