From ad237855d04608c2ed8c0b98eb1bafc877c422b7 Mon Sep 17 00:00:00 2001 From: Conrad Date: Mon, 13 Jan 2020 14:49:31 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c581da0..884733c 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ We use a pretty simple and intuitive branching structure: - `hotfix-X` - Is a branch where security or major issues are worked on, they will be merged into `master` and `dev` - `feature-X` - Is a branch where a specific feature is worked on, will be merged into `dev` -If you fork this repository, you are most likely working in the `dev` branch and creating a pull request from your `dev` to our `dev`. +If you fork this repository and want to help us you will most likely work in the `dev` branch and create a pull request from your `dev` to our `dev`. ## Contribution Guide