Skip to content

Latest commit

 

History

History
43 lines (26 loc) · 1.13 KB

CONTRIBUTING.md

File metadata and controls

43 lines (26 loc) · 1.13 KB

Contributing to DAPper

Thank you for considering contributing to our project! We appreciate your help.

Reporting Issues

  1. If you find a bug or have a feature request, please open a new issue and provide detailed information about the problem.
  2. If you find security issues or vulnerabilities, please report here

Making Contributions

We welcome contributions from the community. To contribute to this project, follow these steps:

  1. Fork the repository on GitHub.
  2. Clone your forked repository to your local machine.

All contributions to DAPper are made under the MIT license (MIT).

For PRs, please run cargo fmt to ensure consistent formatting, and address warnings shown by cargo clippy.

For Developers:

  1. Clone DAPper
git clone [email protected]:LLNL/dapper.git
  1. Compile DAPper:
cargo build
  1. Run DAPper:
cargo run

Code of Conduct

All participants in the DAPper community are expected to follow our Code of Conduct.