Skip to content

Commit

Permalink
Changes references to the master branch to main in the CONTRIBUTING g…
Browse files Browse the repository at this point in the history
…uide (#5741)
  • Loading branch information
jhalterman committed Jun 8, 2022
1 parent f08e116 commit 196c32c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -110,7 +110,7 @@ Here are some good practices for a good pull request:

### Backports

New PRs should target the `master` branch, then be backported as necessary. The original PR to master should contain labels of the versions it will be backported to. The actual backport PR should be labeled `backport`. You can use https://github.com/sqren/backport to generate backport PRs easily. An example `.backportrc.json` may be:
New PRs should target the `main` branch, then be backported as necessary. The original PR to main should contain labels of the versions it will be backported to. The actual backport PR should be labeled `backport`. You can use https://github.com/sqren/backport to generate backport PRs easily. An example `.backportrc.json` may be:

```json
{
Expand Down

0 comments on commit 196c32c

Please sign in to comment.