|
1 | | -* **Please check if the PR fulfills these requirements** |
2 | | -- [ ] Tests for the changes have been added (for bug fixes / features) |
3 | | -- [ ] PR title follows the guidelines defined in https://github.com/ossf/scorecard/blob/main/CONTRIBUTING.md#pr-process |
| 1 | +#### What kind of change does this PR introduce? |
4 | 2 |
|
5 | | -* **What kind of change does this PR introduce?** (Bug fix, feature, docs update, ...) |
| 3 | +(Is it a bug fix, feature, docs update, something else?) |
6 | 4 |
|
| 5 | +- [ ] PR title follows the guidelines defined in our [pull request documentation](https://github.com/ossf/scorecard/blob/main/CONTRIBUTING.md#pr-process) |
7 | 6 |
|
| 7 | +#### What is the current behavior? |
8 | 8 |
|
9 | | -* **What is the current behavior?** (You can also link to an open issue here) |
| 9 | +#### What is the new behavior (if this is a feature change)?** |
10 | 10 |
|
| 11 | +- [ ] Tests for the changes have been added (for bug fixes/features) |
11 | 12 |
|
| 13 | +#### Which issue(s) this PR fixes |
12 | 14 |
|
13 | | -* **What is the new behavior (if this is a feature change)?** |
| 15 | +<!-- |
| 16 | +*Automatically closes linked issue when PR is merged. |
| 17 | +Usage: `Fixes #<issue number>`, or `Fixes (paste link of issue)`. |
14 | 18 |
|
| 19 | +Fixes # |
15 | 20 |
|
| 21 | +or |
16 | 22 |
|
17 | | -* **Does this PR introduce a breaking change?** (What changes might users need to make in their application due to this PR?) |
| 23 | +NONE |
| 24 | +--> |
18 | 25 |
|
| 26 | +#### Special notes for your reviewer |
19 | 27 |
|
| 28 | +#### Does this PR introduce a user-facing change? |
20 | 29 |
|
21 | | -* **Other information**: |
| 30 | +For user-facing changes, please add a concise, human-readable release note to |
| 31 | +the `release-note` |
| 32 | + |
| 33 | +(In particular, describe what changes users might need to make in their |
| 34 | +application as a result of this pull request.) |
| 35 | + |
| 36 | +<!-- |
| 37 | +If no, just write "NONE" in the release-note block below. |
| 38 | +If yes, a release note is required: |
| 39 | +Enter your extended release note in the block below. |
| 40 | +If the PR requires additional action from users switching to the new release, |
| 41 | +include the string "ACTION REQUIRED". |
| 42 | +
|
| 43 | +For more information on release notes see: https://git.k8s.io/release/cmd/release-notes/README.md |
| 44 | +--> |
| 45 | + |
| 46 | +```release-note |
| 47 | +
|
| 48 | +``` |
0 commit comments