Skip to content

Commit 66633ef

Browse files
author
Power Cloud Robot
authored
Merge pull request #102 from Madhan-SWE/pr_template
PR Template added
2 parents e969153 + becd8a5 commit 66633ef

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
**What type of PR is this?**
2+
3+
<!--
4+
Add one of the following kinds:
5+
/kind bug
6+
/kind test
7+
/kind cleanup
8+
/kind documentation
9+
/kind feature
10+
/kind design
11+
12+
Optionally add one or more of the following kinds if applicable:
13+
/kind api-change
14+
/kind deprecation
15+
/kind failing-test
16+
/kind flake
17+
/kind regression
18+
-->
19+
20+
**What this PR does / why we need it**:
21+
22+
**Which issue(s) this PR fixes**:
23+
<!--
24+
*Automatically closes linked issue when PR is merged.
25+
Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`.
26+
_If PR is about `failing-tests or flakes`, please post the related issues/tests in a comment and do not use `Fixes`_*
27+
-->
28+
Fixes #
29+
30+
**Special notes for your reviewer**:
31+
32+
33+
**Release note**:
34+
```
35+
none
36+
```

0 commit comments

Comments
 (0)