Skip to content

Commit

Permalink
Fix develop -> development branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
SD10 committed Sep 1, 2018
1 parent 8a16f0b commit 6db4c38
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit 6db4c38

Please sign in to comment.