Skip to content
This repository has been archived by the owner on Jan 27, 2025. It is now read-only.

Latest commit

 

History

History
30 lines (19 loc) · 734 Bytes

CONTRIBUTING.md

File metadata and controls

30 lines (19 loc) · 734 Bytes

Contributing to md5sift

Thank you for considering contributing to md5sift!

How to Contribute

Reporting Issues

  • Ensure the issue isn't already reported.
  • Include steps to reproduce the issue.
  • Provide relevant logs or screenshots.

Submitting Pull Requests

  1. Fork the repository.
  2. Create a new branch: git checkout -b feature/your-feature
  3. Commit your changes: git commit -am 'Add new feature'
  4. Push to the branch: git push origin feature/your-feature
  5. Open a pull request.

Code Guidelines

  • Follow existing code style and conventions.
  • Write clear and concise commit messages.
  • Add tests for new features.

Contact

For any questions, please open an issue or contact the maintainer(s).