Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 536 Bytes

File metadata and controls

20 lines (13 loc) · 536 Bytes

Contributing to Allure Rust

Thank you for your interest in contributing to Allure Rust.

Development setup

  1. Install a stable Rust toolchain.
  2. Clone the repository.
  3. Run cargo test from the repository root.

Pull requests

  • Keep pull requests focused and scoped.
  • Add or update tests when changing behavior.
  • Use labels so automated release notes can categorize the change.

Release process

Releases are created only through the Release GitHub Actions workflow. Do not create release commits or tags manually.