Contributions are always welcome.
To contribute to pkcs12cracker, you can submit a pull request. The following section provide some guidelines on how to contribute:
- Fork the repository (https://github.com/wowinter13/pkcs12cracker).
- Make sure both the build and tests pass for you (
cargo build,cargo test) - Create your feature branch (
git checkout -b my-new-feature). - After you're done, make sure the build completes without any warnings and tests pass successfully (
cargo test). - Commit your changes (
git commit -am 'Add some feature'). - Push to the branch (
git push origin my-new-feature). - Create a new pull request.