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.
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
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.
- Create a new issue with a summary of your proposed changes and more.
- Fork the repository from your issue branch, for issue 8, it would be
issue-8
, etc. - Implement your changes. Please follow ILEP (list here)
002
,003
,007
,008
and009
and the rust API guidelines. The API guidelines only apply to rust code, but you should not need to follow ruleC-QUESTION-MARK
(use.unwrap()
) orC-LINK
(as we are using our own documentation generator). - Test your changes. Run
just f
andjust l
to verify it works. - Create a pull request from your fork to the branch you forked from.
- 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!