From a710f485fb4b1d393b2e48ee849fe2585b1b1fc5 Mon Sep 17 00:00:00 2001 From: Pedro Vieira Date: Wed, 25 Sep 2019 17:48:52 +0100 Subject: [PATCH] Correcting the branch name as per issue-2843 --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 9bbb6b17c..69415854f 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,7 +4,7 @@ 1. Fork the Slim Framework repository 2. Create a new branch for each feature or improvement -3. Send a pull request from each feature branch to the **develop** branch +3. Send a pull request from each feature branch to the **4.x** branch It is very important to separate new features or improvements into separate feature branches, and to send a pull request for each branch. This allows me to review and pull in new features or improvements individually.