Thank you for your interest in contributing to Allure Rust.
- Install a stable Rust toolchain.
- Clone the repository.
- Run
cargo testfrom the repository root.
- Keep pull requests focused and scoped.
- Add or update tests when changing behavior.
- Use labels so automated release notes can categorize the change.
Releases are created only through the Release GitHub Actions workflow.
Do not create release commits or tags manually.