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 here:
4
- https://github.com/replicatedhq/kots/blob/main/CONTRIBUTING.md.
5
- 2. Ensure you have added appropriate tests for your PR. For more information read here:
6
- https://github.com/replicatedhq/kots/blob/main/CONTRIBUTING.md#testing
7
- 3. If the PR is unfinished, please mark it as a draft.
8
- -->
9
-
10
1
#### What this PR does / why we need it:
11
-
12
- #### Which issue(s) this PR fixes:
13
2
<!--
14
- *Automatically closes linked issue when PR is merged.
15
- Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`.
3
+ Describe the purpose of this change and the problem it solves.
16
4
-->
17
- Fixes #
18
5
19
- #### Special notes for your reviewer :
6
+ #### Which issue(s) this PR fixes :
20
7
<!--
21
- Any additional special notes for your reviewer .
8
+ Link to the Shortcut story or Github issue this PR fixes .
22
9
-->
23
10
24
- ## Steps to reproduce
11
+ #### Does this PR require a test?
25
12
<!-- -
26
- Please provide minimum instructions for how someone can view/test/verify your changes .
13
+ If no, just write "NONE" below .
27
14
-->
28
15
29
- #### Does this PR introduce a user-facing change ?
16
+ #### Does this PR require a release note ?
30
17
<!--
31
18
If no, just write "NONE" in the release-note block below.
32
19
If yes, a release note is required:
@@ -38,5 +25,5 @@ If yes, a release note is required:
38
25
#### Does this PR require documentation?
39
26
<!--
40
27
If no, just write "NONE" below.
41
- If yes, link to the related https://github.com/replicatedhq/kots.io documentation PR:
28
+ If yes, link to the related https://github.com/replicatedhq/replicated-docs documentation PR:
42
29
-->
0 commit comments