diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 93dde2f920..52746a8955 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -8,6 +8,5 @@ Before contributing any feature, make sure to discuss it upfront with the team - ## Workflow -* We use the `dev` branch for active development. All pull requests should be made to this branch. -* The `master` branch is normally updated only by merging `dev` branch into it. The only time pull requests can be opened into `master` directly, is in case of hotfixes. +* We use the `master` branch for active development. All pull requests should be made to this branch. * Tests need to be provided for every bug/feature that is completed.