Skip to content

Commit 8bc2dae

Browse files
authored
Un-indent release not blocks in PR template
Port of tektoncd/pipeline#3269
1 parent 753b0d1 commit 8bc2dae

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/pull_request_template.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -29,19 +29,19 @@ Examples of user facing changes:
2929
3030
For pull requests with a release note:
3131
32-
```release-note
33-
Your release note here
34-
```
32+
```release-note
33+
Your release note here
34+
```
3535
3636
For pull requests that require additional action from users switching to the new release, include the string "action required" (case insensitive) in the release note:
3737
38-
```release-note
39-
action required: your release note here
40-
```
38+
```release-note
39+
action required: your release note here
40+
```
4141
4242
For pull requests that don't need to be mentioned at release time, use the `/release-note-none` Prow command to add the `release-note-none` label to the PR. You can also write the string "NONE" as a release note in your PR description:
4343
44-
```release-note
45-
NONE
46-
```
44+
```release-note
45+
NONE
46+
```
4747
-->

0 commit comments

Comments
 (0)