Skip to content

Commit 6b7815c

Browse files
authored
Merge pull request #116 from joewreschnig/branch-name
Fix the ideal PR target branch (see also 19ca586)
2 parents 2554452 + 199fe78 commit 6b7815c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ In order to ease code reviews and have your contributions merged faster, here is
3939

4040
- Create small PRs that are narrowly focused on addressing a single concern.
4141
- Write tests for the code you wrote.
42-
- Open your PR against the master branch.
42+
- Open your PR against the `main` branch.
4343
- 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.
4444
- 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.
4545

0 commit comments

Comments
 (0)