You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+42-8Lines changed: 42 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,40 @@
1
1
<!-- Thanks for sending a pull request! See below for tips! -->
2
2
3
-
**What this PR does / why we need it**:
3
+
**What type of PR is this?**
4
+
5
+
<!--
6
+
Add one or more of the following kinds:
7
+
/kind api-change
8
+
/kind bug
9
+
/kind cleanup
10
+
/kind deprecation
11
+
/kind documentation
12
+
/kind test
13
+
/kind feature
14
+
/kind regression
15
+
/kind upgrade
16
+
/kind denpendency
17
+
18
+
Also with one of following areas:
19
+
/area auth
20
+
/area resource
21
+
/area apps
22
+
/area cicd
23
+
/area cargo
24
+
/area insight
25
+
/area loadbalancer
26
+
/area network
27
+
/area cli
28
+
/area data
29
+
/area serving
30
+
/area workflow
31
+
/area tutorial
32
+
/area solution
33
+
/area training
34
+
/area model
35
+
-->
4
36
5
-
Add your description
37
+
**What this PR does / why we need it**:
6
38
7
39
**Which issue(s) this PR is related to***(optional, link to 3rd issue(s))*:
8
40
@@ -24,14 +56,16 @@ Reference to #
24
56
4. Is there anyway we can skip this to not affect the overall process?
25
57
-->
26
58
27
-
**Release note**:
28
-
<!-- Write your release note:
29
-
1. Enter your extended release note in the below block. If the PR requires additional action from users switching to the new release, include the string "action required".
30
-
2. If no release note is required, just write "NONE".
31
-
-->
59
+
**Does this PR introduce a user-facing change?**:
60
+
<!--
61
+
If no, just write "NONE" in the release-note block below.
62
+
If yes, a release note is required:
63
+
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".
32
64
65
+
For more information on release notes see: https://git.k8s.io/community/contributors/guide/release-notes.md
66
+
-->
33
67
```release-note
34
-
NONE
68
+
35
69
```
36
70
37
71
<!-- Thanks for sending a pull request! Here are some tips:
0 commit comments