From 9f510401e24df6779c6854fe24161d2c3829f680 Mon Sep 17 00:00:00 2001 From: David Finol Date: Mon, 4 Jan 2021 16:08:15 -0600 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.