diff options
| -rw-r--r-- | CONTRIBUTING.md | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 83acd57..0fbfd79 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -12,7 +12,9 @@ Report bugs by creating an issue in this repository. Please make pull requests against the master branch. -Always use rebase instead of merge when bringing in changes from master to your feature branch. +Always use **rebase** instead of merge when bringing in changes from master to your feature branch. + +For non-trivial PRs add an entry in relevant `CHANGELOG` at the **top** of appropriate category: *Added*, *Changed*, *Fixed*. ## Writing documentation |
