Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 689 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (11 loc) · 689 Bytes

How to contribute

Contributions are always welcome.

To contribute to pkcs12cracker, you can submit a pull request. The following section provide some guidelines on how to contribute:

Steps:

  1. Fork the repository (https://github.com/wowinter13/pkcs12cracker).
  2. Make sure both the build and tests pass for you (cargo build, cargo test)
  3. Create your feature branch (git checkout -b my-new-feature).
  4. After you're done, make sure the build completes without any warnings and tests pass successfully (cargo test).
  5. Commit your changes (git commit -am 'Add some feature').
  6. Push to the branch (git push origin my-new-feature).
  7. Create a new pull request.