Thank you for considering contributing to BeCrypt! Your help is essential for making this project better.
- Fork the repository.
- Clone the forked repository to your local machine:
git clone https://github.com/your-username/becrypt.git
- Create a new branch for your changes:
git checkout -b feature/your-feature
- Make your changes and commit them:
git commit -am 'Add your feature or fix'
- Push your changes to your fork:
git push origin feature/your-feature
- Open a pull request (PR) to the main branch of the original repository.
When submitting a pull request, make sure to include as much information as possible:
- Clearly describe the purpose of your changes.
- Include steps to reproduce the issue (if fixing a bug).
- Provide any additional context or details that might be relevant.
Before submitting a pull request, ensure that your changes are tested.
For significant changes or new features, it's recommended to open an issue first to discuss the proposed changes. This helps in getting feedback from the maintainers and other contributors.
By contributing to BeCrypt, you agree that your contributions will be licensed under the MIT License.
Thank you for your contribution!