Contribute to SafeCrypt
Thank you for wanting to contribute!
Contribution Process
- Fork this repository
- Create a branch (
feature/my-new-feature
) - Commit your changes
- Push your branch
- Open a Pull Request
Coding Rules
- Respect the project style (php conventions)
- One feature = one Pull Request
- Provide unit tests if possible
Standards
- Strict adherence to SOLID principles
- Clean code