Skip to content

Commit ed2a57d

Browse files
Merge pull request csi-addons#90 from nixpanic/ds/linter/markdown
[DOWNSTREAM-ONLY] cleanup: address MarkDown linter issues
2 parents aed5536 + be8f91f commit ed2a57d

File tree

4 files changed

+13
-9
lines changed

4 files changed

+13
-9
lines changed

.github/PULL_REQUEST_TEMPLATE/redhat-backport.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Backport commits to a release branch
2+
13
**You must EDIT ME! The contents below is an example only.**
24

35
Bug 000000 gets hit when the system is out for its birthday party. After

.github/PULL_REQUEST_TEMPLATE/redhat-downstream-only.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# [DOWNSTREAM-ONLY] non-upstreamable changes
2+
13
**You must EDIT ME! The contents below is an example only.**
24

35
The downstream CI testing depends on additional settings in the Search

.github/PULL_REQUEST_TEMPLATE/redhat-sync.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
# Sync the upstream changes
2+
13
**You must EDIT ME! The contents below is an example only.**
24

35
Sync the upstream changes from `csi-addons/kubernetes-csi-addons:main` into the

redhat/README.md

+7-9
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ This GitHub repository contains branches for different product versions.
1212
## Backports
1313

1414
All changes in this repository are *backports* from the [upstream
15-
project][https://github.com/csi-addons/kubernetes-csi-addons]. There should be
16-
no functional changes (only process/CI/building/..) in this repository compared
17-
to the upstream project. Fixes for any of the release branches should first land
18-
in the `main` branch before they may be backported to the release branch. A
19-
backport for the oldest release should also be backported to all the newer
20-
releases in order to prevent re-introducing a bug when a user updates.
15+
project][upstream-k8s-csi-addons]. There should be no functional changes (only
16+
process/CI/building/..) in this repository compared to the upstream project.
17+
Fixes for any of the release branches should first land in the `main` branch
18+
before they may be backported to the release branch. A backport for the oldest
19+
release should also be backported to all the newer releases in order to prevent
20+
re-introducing a bug when a user updates.
2121

2222
### Sync `main` with upstream `csi-addons/kubernetes-csi-addons:main`
2323

@@ -38,9 +38,7 @@ upstream changes seamless.
3838
Once a PR has been merged in the `main` branch that fixes an issue, a new PR
3939
with the backport can be created. The easiest way is to use a command like
4040

41-
```
42-
/cherry-pick release-4.10
43-
```
41+
/cherry-pick release-4.10
4442

4543
The **openshift-cherrypick-robot** will automatically create a new PR for the
4644
selected branch.

0 commit comments

Comments
 (0)