diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index af42a858..c89492c1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -19,7 +19,7 @@ When fixing a bug it is fine to submit a pull request right away. Steps to be performed to submit a pull request: -1. Fork the repository and create your branch from `master`. +1. Fork the repository and create your branch from `main`. 2. Run `yarn` in the repository root. 3. If you've fixed a bug or added code that should be tested, add tests! 4. Fill out the description, link any related issues and submit your pull request.