Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.14 KB

File metadata and controls

29 lines (19 loc) · 1.14 KB

Contributing to Laser

Warning

AI-Modified: This file was automatically modified/adapted by AI from the original Rapier physics engine and has not been fully human-reviewed.

First off, thank you for considering contributing to Laser!

Laser is an independent fork of the Rapier physics engine, adapted for specialized use cases.

Bug Reports and Feature Requests

If you encounter any bugs or have feature requests, please open an issue in the Laser issue tracker. Provide as much context as possible, including minimal reproduction steps where applicable.

Pull Requests

Since Laser is currently in active development as a fork, large pull requests should be discussed via an issue first to ensure they align with the project's goals.

  1. Fork the repository
  2. Create a feature branch
  3. Ensure your code passes all formatting and linting checks:
    cargo fmt
    cargo clippy --workspace --tests --benches --examples -- -D warnings
  4. Submit your PR for review.

Licensing

By contributing to Laser, you agree that your contributions will be licensed under the Apache 2.0 license.