368 B
368 B
Contributing
Thank you for considering to contribute to pacdef. The recommended workflow is this:
- Open a github issue, mention that you would like to fix the issue in a PR.
- Wait for approval.
- Fork the repository and implement your fix / feature.
- Make sure your code generates no warnings, and passes
rustfmtandclippy. - Open the pull request.