docs: update contributing guidelines to use rebase

pull/863/head
Callum Leslie 3 years ago
parent c4da2fa55a
commit 1784ea47be
No known key found for this signature in database
GPG Key ID: D382C4AFEECEAA90

@ -111,7 +111,8 @@ When making your PR, follow these guidelines:
- Your branch has a base of _develop_, **not** _master_
- You are merging your branch into the _develop_ branch
- You link any issues that are resolved or fixed by your changes. (this is done by typing "Fixes #\<issue number\>") in your pull request.
- You link any issues that are resolved or fixed by your changes. (this is done by typing "Fixes #\<issue number\>") in your pull request
- Where possible, you have used `git pull --rebase`, to avoid creating unnecessary merge commits
### Improving The Documentation

Loading…
Cancel
Save