Add note to readme about PRs going to develop branch

This commit is contained in:
Eric Freese 2016-05-28 08:23:53 -06:00
parent 96eb0fae77
commit 7c688ec20c

View file

@ -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.