Merge pull request #22924 from l0rd/fix-branch-name-in-contributing

[CI:DOCS] Rename master to main in CONTRIBUTING.md
This commit is contained in:
openshift-merge-bot[bot]
2024-06-10 14:50:19 +00:00
committed by GitHub

View File

@ -9,7 +9,7 @@ that we follow.
* [Reporting Issues](#reporting-issues) * [Reporting Issues](#reporting-issues)
* [Working On Issues](#working-on-issues) * [Working On Issues](#working-on-issues)
* [Contributing to Podman](#contributing-to-podman) * [Contributing to Podman](#contributing-to-podman)
* [Continuous Integration](#continuous-integration) [![Build Status](https://api.cirrus-ci.com/github/containers/podman.svg)](https://cirrus-ci.com/github/containers/podman/master) * [Continuous Integration](#continuous-integration) [![Build Status](https://api.cirrus-ci.com/github/containers/podman.svg)](https://cirrus-ci.com/github/containers/podman/main)
* [Submitting Pull Requests](#submitting-pull-requests) * [Submitting Pull Requests](#submitting-pull-requests)
* [Communications](#communications) * [Communications](#communications)
@ -316,7 +316,7 @@ All pull requests and branch-merges automatically run:
There is always additional complexity added by automation, and so it sometimes There is always additional complexity added by automation, and so it sometimes
can fail for any number of reasons. This includes post-merge testing on all can fail for any number of reasons. This includes post-merge testing on all
branches, which you may occasionally see [red bars on the status graph branches, which you may occasionally see [red bars on the status graph
.](https://cirrus-ci.com/github/containers/podman/master) .](https://cirrus-ci.com/github/containers/podman/main)
When the graph shows mostly green bars on the right, it's a good indication When the graph shows mostly green bars on the right, it's a good indication
the main branch is currently stable. Alternating red/green bars is indicative the main branch is currently stable. Alternating red/green bars is indicative