A safe, open, and reliable source control framework
Author warmly welcomes your contributions, but please understand that not all proposals may be accepted due to various factors like project scope, technical feasibility, and prioritization.
Note
Issues are reserved for bug reports, do not use them to provide feedback of any kind.
Start a new discussion proposing a feature you would like to see in next release. Clearly describe the feature and its potential benefits to help us understand why it should be implemented.
Tip
Small changes, such as enhancing documentation, or increasing test coverage, are equally valuable and appreciated.
Before you submit any patches:
- check debug builds (
cargo build
) - check release builds (
cargo build --release
) - check formatting of modified files (
cargo fmt --checck <file>
) - check test coverage (
cargo test --incompat-report
)
git hook
feature is not covered.