mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-16 12:55:23 +01:00
contributing: Add note about changelog entries
This commit is contained in:
parent
dc64800aa4
commit
f0c5fa5331
1 changed files with 3 additions and 1 deletions
|
|
@ -12,7 +12,9 @@ Report bugs by creating an issue in this repository.
|
||||||
|
|
||||||
Please make pull requests against the master branch.
|
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
|
## Writing documentation
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue