mirror of
https://github.com/librespot-org/librespot.git
synced 2025-10-03 01:39:28 +02:00
Add changelog
This commit is contained in:
parent
4c875c0e59
commit
e7b3050a90
2 changed files with 34 additions and 1 deletions
|
@ -29,6 +29,8 @@ In order to prepare for a PR, you will need to do a couple of things first:
|
|||
|
||||
Make any changes that you are going to make to the code, but do not commit yet.
|
||||
|
||||
Unless your changes are negligible, please add an entry in the "Unreleased" section of `CHANGELOG.md`. Refer to [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) for instructions on how this entry should look like.
|
||||
|
||||
Make sure that the code is correctly formatted by running:
|
||||
```bash
|
||||
cargo +stable fmt --all
|
||||
|
@ -43,7 +45,7 @@ cargo build
|
|||
Once it has built, and you have confirmed there are no warnings or errors, you should commit your changes.
|
||||
|
||||
```bash
|
||||
git commit -a -m “My fancy fix”
|
||||
git commit -a -m "My fancy fix"
|
||||
```
|
||||
|
||||
**N.B.** Please, for the sake of a readable history, do not bundle multiple major changes into a single commit. Instead, break it up into multiple commits.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue