1
0
mirror of https://github.com/facebook/squangle.git synced 2025-04-19 09:42:18 +03:00

Rename reference to 'master' to 'main'

Summary: Following these instructions (https://fburl.com/wiki/w31q3pg7), I'm renaming 'master' to 'main' in CONTRIBUTING.md

Reviewed By: fadimounir

Differential Revision: D31544739

fbshipit-source-id: ef400c30b62e1cee58f0312446cb447ec2849cfe
This commit is contained in:
Jay Edgar 2021-10-11 11:08:51 -07:00 committed by Facebook GitHub Bot
parent 48b2effe64
commit 0cf417042d

View File

@ -2,7 +2,7 @@
## Pull Requests
We actively welcome your pull requests.
1. Fork the repo and create your branch from `master`.
1. Fork the repo and create your branch from `main`.
2. If you've added code that should be tested, add tests
3. If you've changed APIs, update the documentation.
4. Ensure the test suite passes.