Thank you for your interest in contributing to Encryptr
One of the best contributions is filing issues in the Issue Tracker.
All contributions (feature or bugfix) should start with an issue first.
To contribute code to Encryptr, first sign the Contributor License Agreement.
Next:
- Fork the repository
- Create a branch (git checkout -b fix-for-that-thing)
- If possible, commit a failing test (git commit -am "adds a failing test to demonstrate that thing")
- Commit your fix/feature (git commit -am "fixes that thing")
- Push to the branch (git push origin fix-for-that-thing)
- Open a Pull Request