Thank you for considering contributing to HashX! Your contributions help improve the project and benefit the open-source community.
- Before opening a new issue, check the existing issues to avoid duplicates.
- Clearly describe the issue with steps to reproduce it.
- Provide the version of HashX you are using.
- Ensure your idea aligns with the project's goals.
- Provide a clear explanation and potential use cases.
- Label your request as a "Feature Request" in GitHub issues.
- Fork the repository.
- Create a new branch (
feature-branch-name
). - Commit your changes with a clear message.
- Push the branch to your forked repository.
- Submit a Pull Request (PR) to the
main
branch.
- Follow coding best practices and maintain code readability.
- Ensure your changes do not break existing functionality.
- Add comments where necessary.
- Test your changes before submitting a PR.
- Improve documentation in the
README.md
or create separate guides. - Keep explanations clear and concise.
- All PRs will be reviewed before merging.
- Be open to feedback and make necessary changes.
- Once approved, your code will be merged into the main branch.
- Be respectful and constructive.
- Follow the Code of Conduct.
We appreciate your contributions! 🚀