Update readme with mailing list info
Add find entry for perpendicular parking
Merge branch 'hotfix/0.2.1'
BCar is a Rust library with basic bicycle car computations. The project is published under MIT License.
git send-email --to='~qeef/public-inbox@lists.sr.ht' --subject-prefix='PATCH bcar.rs' --annotate -vN gitrevisions
where N
is patchset version and gitrevisions.
Use OneFlow branching model and keep the changelog.
Write great git commit messages:
When adding feature or hotfix, use Test-driven development (TDD):
cargo test
), check that the test fail.Document new functions, methods, structs, and files. Use Examples section as basic unit tests.