Skip to content

How to contribute to this project

Did you find a bug? You want to have a feature implemented? You made code better? Please follow the instructions below on how to contribute to this project.

Notes

Please do not report an issue of pull request if the issue is a security vulnerability. There is a different way to report such issues. Issues or pull requests about a vulnerability will be removed.

Report vulnerabilities here

Contributing

For any issues or proposals, open an issue. If you already wrote your proposed change(s), please open an issue and a pull request. See below for making changes on your own.

Making changes on your own

  1. Fork the repository from the main branch.
  2. Implement your changes. Please follow ILEP (list here) 002, 003, 007, 008 and 009.
  3. Test your changes. Run cargo fmt, cargo check ad cargo clippy to verify it works.
  4. Create a pull request from your fork to the main branch.
  5. If it gets accepted, your changes will be in the next release.

To everyone who has reported issues, proposed changes or just helped with peoples questions: Thank you!


Last update: 2023-05-05