```
Available recipes:
br # Build the project in release mode
build profile='dev' # Build the project with the specified profile (dev by default) [alias: b]
check # Check the project for errors and warnings [alias: c]
clean # Clean up cargo build artifacts
default # List all available commands
fix # Fix linting and formatting errors [alias: f]
format # Format the code using cargo fmt
lint # Lint the code using cargo clippy
release kind='patch' # Publish a new release (major, minor, or patch) [alias: rl]
run # Run the program in debug mode with logs enabled [alias: r]
setup # Setup the project environment for local development
test # Run the tests for the project [alias: t]
update-changelog # Update the project's changelog
update-man # Update the project's manpages [alias: m]
```
* Update CONTRIBUTING.md: Added TOC and Code of Conduct link
* Update CONTRIBUTING.md: Added TOC and Code of Conduct link
* Update CONTRIBUTING.md: Added TOC and Code of Conduct link
---------
Co-authored-by: MohamedBsh <mohamed-amine.bousahih@doctrine.fr>