Fix develop -> development branch name
This commit is contained in:
parent
8a16f0ba42
commit
6db4c38c74
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
2
.github/PULL_REQUEST_TEMPLATE.md
vendored
@ -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.
|
||||
|
||||
@ -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/
|
||||
@ -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.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user