From 199fe78472f9862d58e19bc3e154581140b16517 Mon Sep 17 00:00:00 2001 From: Joe Wreschnig Date: Sat, 18 Jun 2022 21:40:11 +0200 Subject: [PATCH] Fix the ideal PR target branch (see also 19ca586) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b5f80f5..a80e4f1 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ In order to ease code reviews and have your contributions merged faster, here is - Create small PRs that are narrowly focused on addressing a single concern. - Write tests for the code you wrote. -- Open your PR against the master branch. +- Open your PR against the `main` branch. - Maintain clean commit history and use meaningful commit messages. PRs with messy commit history are difficult to review and require a lot of work to be merged. - Your PR must pass all CI tests before we will merge it. If you're seeing an error and don't think it's your fault, it may not be! The reviewer will help you if there are test failures that seem not related to the change you are making.