From 38cc4b8d5031851859f0f1e827c61275873475e5 Mon Sep 17 00:00:00 2001 From: Erik Thorelli Date: Fri, 12 Aug 2022 08:31:59 -0700 Subject: [PATCH] Update CONTRIBUTING.md to `main` branch name --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9520a63cb..d97dc25dd 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -6,7 +6,7 @@ All work on React Native CLI happens directly on GitHub. Contributors send pull > **Working on your first pull request?** You can learn how from this _free_ series: [How to Contribute to an Open Source Project on GitHub](https://egghead.io/series/how-to-contribute-to-an-open-source-project-on-github). -1. Fork the repo and create your branch from `master` (a guide on [how to fork a repository](https://help.github.com/articles/fork-a-repo/)). +1. Fork the repo and create your branch from `main` (a guide on [how to fork a repository](https://help.github.com/articles/fork-a-repo/)). 1. Run `yarn` or `npm install` to install all required dependencies. 1. Run `yarn watch` to automatically build the changed files. 1. Now you are ready to do the changes.