10 Commits

Author SHA1 Message Date
Alexandre Pasmantier
6771ecdde5
chore(project): migrate from Makefile to Just (#463)
```
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]
```
2025-04-12 20:36:29 +00:00
Alex Pasmantier
3970f65946
chore: flatten workspace into a single crate (#306) 2025-01-25 00:44:34 +01:00
Alexandre Pasmantier
c0c790cb48
docs(contributing): update contributing.md with hot topics and link todo (#129) 2024-12-15 16:00:50 +01:00
Bsh
790c870ff3 docs(contributing): added TOC and Code of Conduct link (#65)
* 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>
2024-11-24 16:31:42 +01:00
Alexandre Pasmantier
b703e1b26c
style(git): enforce conventional commits on git push with a hook (#61)
* style(git): enforce conventional commits on git push with a hook

* docs(contributing): add setup step

* Update changelog

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2024-11-23 17:56:28 +01:00
Bertrand Chardon
b198aebdfc
clarify CONTRIBUTING.md (#59)
- provide more links to actual locations
- add link to crates documentation for newcomers
2024-11-23 16:59:54 +01:00
Alexandre Pasmantier
5611ee8b2d
refactor(workspace): reorganize cargo workspace (#12) 2024-11-11 15:15:24 +01:00
Alexandre Pasmantier
2e49862a7e chore: update Makefile and CONTRIBUTING.md 2024-11-10 20:33:03 +01:00
Alexandre Pasmantier
37fb013f0c docs: more work on CONTRIBUTING.md 2024-11-10 19:49:38 +01:00
Alexandre Pasmantier
b0ab8a179a docs: some work on CONTRIBUTING.md 2024-11-10 19:39:53 +01:00