From 9af7acfed92e0e270c2a4957d584bbfe98df07c6 Mon Sep 17 00:00:00 2001 From: Ariana Hlavaty Date: Thu, 22 Sep 2022 22:16:00 +0100 Subject: [PATCH] Update CONTRIBUTING branch name to main --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d82ff98..3f75c4e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,7 +8,7 @@ If you have questions, or you'd like to check with us before embarking on a majo ## How to contribute -This project uses the [GitHub Flow](https://guides.github.com/introduction/flow/). That means that the `master` branch is stable and new development is done in feature branches. Feature branches are merged into the `master` branch via a Pull Request. +This project uses the [GitHub Flow](https://guides.github.com/introduction/flow/). That means that the `main` branch is stable and new development is done in feature branches. Feature branches are merged into the `main` branch via a Pull Request. 0. Fork and clone the repository 0. Configure and install the dependencies: `./script/bootstrap`