From 3825e73120180d04ed6f4689886b8355481077bc Mon Sep 17 00:00:00 2001 From: Mario Loriedo Date: Thu, 6 Jun 2024 15:49:43 +0200 Subject: [PATCH] Rename master to main in CONTRIBUTING.md Fix a couple of references to main branch in CONTRIBUTING.md Signed-off-by: Mario Loriedo --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 8f605ac280..e3443d1997 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -9,7 +9,7 @@ that we follow. * [Reporting Issues](#reporting-issues) * [Working On Issues](#working-on-issues) * [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) * [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 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 -.](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 the main branch is currently stable. Alternating red/green bars is indicative