From 6f742f29e16abf1f5a2b9553fffb0b3a06471c36 Mon Sep 17 00:00:00 2001 From: Jimmy Zelinskie Date: Sun, 8 Feb 2015 17:13:39 -0500 Subject: [PATCH] docs: target for changes is develop, not master --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 06953e4..7ad026c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -20,7 +20,7 @@ changes in. The average contribution flow is as follows: -- Create a topic branch from where you want to base your work. This is usually master. +- Create a topic branch from where you want to base your work. This is usually `develop`. - Make commits of logical units. - Make sure your commit messages are in the [proper format] - Push your changes to a topic branch in your fork of the repository.