Skip to content

Commit c4be617

Browse files
authored
Create PULL_REQUEST_TEMPLATE.md
1 parent 1c913f5 commit c4be617

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
**What type of PR is this?**
2+
> Uncomment only one ` /kind` line, and delete the rest.
3+
> For example, `> /kind bug` would simply become: `/kind bug`
4+
5+
> /kind bug
6+
> /kind cleanup
7+
> /kind failing-test
8+
> /kind enhancement
9+
> /kind documentation
10+
> /kind code-refactoring
11+
12+
13+
**What does this PR do / why we need it**:
14+
15+
**Have you updated the necessary documentation?**
16+
17+
* [ ] Documentation update is required by this PR.
18+
* [ ] Documentation has been updated.
19+
20+
**Which issue(s) this PR fixes**:
21+
22+
Fixes #?
23+
24+
**How to test changes / Special notes to the reviewer**:

0 commit comments

Comments
 (0)