File tree Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Expand file tree Collapse file tree 1 file changed +36
-0
lines changed Original file line number Diff line number Diff line change
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
+ ```
You can’t perform that action at this time.
0 commit comments