From 7c688ec20cf396b7c773dbc1c744c9b06c0c7608 Mon Sep 17 00:00:00 2001 From: Eric Freese Date: Sat, 28 May 2016 08:23:53 -0600 Subject: [PATCH] Add note to readme about PRs going to `develop` branch --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 0d1cb6f..bc6de0f 100644 --- a/README.md +++ b/README.md @@ -139,6 +139,7 @@ Edit the source files in `src/`. Run `make` to build `zsh-autosuggestions.zsh` f Pull requests are welcome! If you send a pull request, please: +- Request to merge into the `develop` branch (*NOT* `master`) - Match the existing coding conventions. - Include helpful comments to keep the barrier-to-entry low for people new to the project. - Write tests that cover your code as much as possible.