Fix develop -> development branch name

This commit is contained in:
Steven Deutsch 2018-09-01 11:10:39 -05:00
parent 8a16f0ba42
commit 6db4c38c74
3 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@ Write documentation and tests if you can, because if nobody else has the time to
Ask for help and guidance when needed.
-->
- [ ] This pull request is submitted against the `develop` branch.
- [ ] This pull request is submitted against the `development` branch.
- [ ] Inline documentation has been updated.
- [ ] README.md or another dedicated guide has been updated.
- [ ] Changes are tested, for all flavors of GRDB, GRDBCipher, and GRDBCustomSQLite.

View File

@ -47,4 +47,4 @@ version 1.3.0, available at
[http://contributor-covenant.org/version/1/3/0/][version]
[homepage]: http://contributor-covenant.org
[version]: http://contributor-covenant.org/version/1/3/0/
[version]: http://contributor-covenant.org/version/1/3/0/

View File

@ -43,7 +43,7 @@ If not, contact [@groue](http://twitter.com/groue) on Twitter, or [open a new is
Discuss your idea first, so that your changes have a good chance of being merged in.
Submit your pull request against the `develop` branch.
Submit your pull request against the `development` branch.
Pull requests that include tests for modified and new functionalities, inline documentation, and relevant updates to the main README.md are merged faster, because you won't have to wait for somebody else to complete your contribution.