Skip to content
This repository was archived by the owner on Mar 13, 2022. It is now read-only.

Commit 96bb22f

Browse files
committed
add PR template
1 parent f38221c commit 96bb22f

File tree

1 file changed

+72
-0
lines changed

1 file changed

+72
-0
lines changed

.github/PULL_REQUEST_TEMPLATE.md

+72
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,72 @@
1+
<!-- Thanks for sending a pull request! Here are some tips for you:
2+
3+
1. If this is your first time, please read our contributor guidelines: https://git.k8s.io/community/contributors/guide/first-contribution.md#your-first-contribution and developer guide https://git.k8s.io/community/contributors/devel/development.md#development-guide
4+
2. Please label this pull request according to what type of issue you are addressing, especially if this is a release targeted pull request. For reference on required PR/issue labels, read here:
5+
https://git.k8s.io/community/contributors/devel/sig-release/release.md#issuepr-kind-label
6+
3. Ensure you have added or ran the appropriate tests for your PR: https://git.k8s.io/community/contributors/devel/sig-testing/testing.md
7+
4. If you want *faster* PR reviews, read how: https://git.k8s.io/community/contributors/guide/pull-requests.md#best-practices-for-faster-reviews
8+
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
9+
-->
10+
11+
#### What type of PR is this?
12+
13+
<!--
14+
Add one of the following kinds:
15+
/kind bug
16+
/kind cleanup
17+
/kind documentation
18+
/kind feature
19+
/kind design
20+
21+
Optionally add one or more of the following kinds if applicable:
22+
/kind api-change
23+
/kind deprecation
24+
/kind failing-test
25+
/kind flake
26+
/kind regression
27+
-->
28+
29+
#### What this PR does / why we need it:
30+
31+
#### Which issue(s) this PR fixes:
32+
<!--
33+
*Automatically closes linked issue when PR is merged.
34+
Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`.
35+
_If PR is about `failing-tests or flakes`, please post the related issues/tests in a comment and do not use `Fixes`_*
36+
-->
37+
Fixes #
38+
39+
#### Special notes for your reviewer:
40+
41+
#### Does this PR introduce a user-facing change?
42+
<!--
43+
If no, just write "NONE" in the release-note block below.
44+
If yes, a release note is required:
45+
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".
46+
47+
For more information on release notes see: https://git.k8s.io/community/contributors/guide/release-notes.md
48+
-->
49+
```release-note
50+
51+
```
52+
53+
#### Additional documentation e.g., KEPs (Kubernetes Enhancement Proposals), usage docs, etc.:
54+
55+
<!--
56+
This section can be blank if this pull request does not require a release note.
57+
58+
When adding links which point to resources within git repositories, like
59+
KEPs or supporting documentation, please reference a specific commit and avoid
60+
linking directly to the master branch. This ensures that links reference a
61+
specific point in time, rather than a document that may change over time.
62+
63+
See here for guidance on getting permanent links to files: https://help.github.com/en/articles/getting-permanent-links-to-files
64+
65+
Please use the following format for linking documentation:
66+
- [KEP]: <link>
67+
- [Usage]: <link>
68+
- [Other doc]: <link>
69+
-->
70+
```docs
71+
72+
```

0 commit comments

Comments
 (0)