add contributing, license

This commit is contained in:
steven-omaha
2023-02-24 10:16:09 +01:00
parent d3bb57b66f
commit cb634187ea
2 changed files with 683 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
# Contributing
Thank you for considering to contribute to `pacdef`. The recommended workflow is this:
1. Open a github issue, mention that you would like to fix the issue in a PR.
2. Wait for approval.
3. Fork the repository and implement your fix / feature.
4. Make sure your code generates no warnings, and passes `rustfmt` and `clippy`.
5. Open the pull request.