Skip to content

Commit 2579247

Browse files
authored
feat: add a pull request template (#110)
Signed-off-by: pehlicd <furkanpehlivan34@gmail.com>
1 parent f579d82 commit 2579247

File tree

1 file changed

+62
-0
lines changed

1 file changed

+62
-0
lines changed

.github/pull_request_template.md

Lines changed: 62 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,62 @@
1+
<!-- Thanks for sending a pull request! Here are some tips for you:
2+
3+
- If this is your first time, please read our contributor guidelines: https://git.k8s.io/community/contributors/guide#your-first-contribution and developer guide https://git.k8s.io/community/contributors/devel/development.md#development-guide
4+
- If you want *faster* PR reviews, read how: https://git.k8s.io/community/contributors/guide/pull-requests.md#best-practices-for-faster-reviews
5+
- If the PR is unfinished, see how to mark it: https://git.k8s.io/community/contributors/guide/pull-requests.md#marking-unfinished-pull-requests
6+
-->
7+
8+
9+
## Description
10+
<!-- Brief description of changes -->
11+
12+
## Related Issue
13+
<!--
14+
*Automatically closes linked issue when PR is merged.
15+
Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`.
16+
17+
Fixes #
18+
19+
or
20+
21+
None
22+
-->
23+
24+
## Type of Change
25+
26+
<!--
27+
Add one of the following kinds:
28+
/kind bug
29+
/kind cleanup
30+
/kind documentation
31+
/kind feature
32+
/kind design
33+
34+
Optionally add one or more of the following kinds if applicable:
35+
/kind api-change
36+
/kind deprecation
37+
/kind failing-test
38+
/kind flake
39+
/kind regression
40+
-->
41+
42+
## Testing
43+
<!-- How was this tested? -->
44+
45+
## Checklist
46+
- [ ] `make test` passes
47+
- [ ] `make lint` passes
48+
49+
## Does this PR introduce a user-facing change?
50+
51+
<!--
52+
If no, just write "NONE" in the release-note block below.
53+
If yes, a release note is required:
54+
1. Enter your extended release note in the block below. If the PR requires additional action from users switching to the new release, include the string "action required".
55+
2. Add 'Doc #(issue)' after the block if there is a follow up
56+
For more information on release notes see: https://git.k8s.io/community/contributors/guide/release-notes.md
57+
-->
58+
59+
```release-note
60+
61+
```
62+
Doc #(issue)

0 commit comments

Comments
 (0)