mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-07-01 10:41:03 +02:00
docs(contributing): enforce conventional commits
This commit is contained in:
parent
bd144e87a8
commit
242b70ed39
1 changed files with 2 additions and 1 deletions
|
@ -4,7 +4,8 @@ I welcome contributions of any kind with open arms. That said, please do stick t
|
||||||
- Fix any `cargo clippy` warnings, using at least the default configuration.
|
- Fix any `cargo clippy` warnings, using at least the default configuration.
|
||||||
- Make sure your code is formatted using `cargo fmt`.
|
- Make sure your code is formatted using `cargo fmt`.
|
||||||
- Keep any documentation up to date.
|
- Keep any documentation up to date.
|
||||||
- I won't enforce it, but preferably stick to [conventional commit](https://www.conventionalcommits.org/en/v1.0.0/) messages.
|
- Please use [conventional commit](https://www.conventionalcommits.org/en/v1.0.0/) messages.
|
||||||
|
This ensures your contributions are automatically included in the changelog.
|
||||||
|
|
||||||
|
|
||||||
- For PRs:
|
- For PRs:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue