Thank you for considering contributing to md5sift!
- Ensure the issue isn't already reported.
- Include steps to reproduce the issue.
- Provide relevant logs or screenshots.
- Fork the repository.
- Create a new branch:
git checkout -b feature/your-feature
- Commit your changes:
git commit -am 'Add new feature'
- Push to the branch:
git push origin feature/your-feature
- Open a pull request.
- Follow existing code style and conventions.
- Write clear and concise commit messages.
- Add tests for new features.
For any questions, please open an issue or contact the maintainer(s).