Skip to content

Latest commit

 

History

History
44 lines (34 loc) · 1.65 KB

CONTRIBUTING.md

File metadata and controls

44 lines (34 loc) · 1.65 KB

Contributing to HashX

Thank you for considering contributing to HashX! Your contributions help improve the project and benefit the open-source community.

How to Contribute

1. Reporting Issues

  • 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.

2. Submitting Feature Requests

  • 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.

3. Contributing Code

Steps to contribute code:

  1. Fork the repository.
  2. Create a new branch (feature-branch-name).
  3. Commit your changes with a clear message.
  4. Push the branch to your forked repository.
  5. Submit a Pull Request (PR) to the main branch.

Guidelines for code contributions:

  • 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.

4. Writing Documentation

  • Improve documentation in the README.md or create separate guides.
  • Keep explanations clear and concise.

5. Code Review Process

  • 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.

Community Guidelines

We appreciate your contributions! 🚀