Thank you for your interest in contributing to Hashium! We welcome all kinds of contributions — bug reports, feature requests, documentation improvements, and code contributions.
- Fork the Repository: Click the "Fork" button on the top right of the GitHub page.
- Clone Your Fork: Use the following command to clone your fork:
git clone https://github.com/your-username/Hashium.git cd Hashium - Set Up a Virtual Environment (optional but recommended):
python -m venv venv source venv/bin/activate # On Windows use: venv\Scripts\activate pip install -r requirements.txt
- Follow the PEP8 style guide for Python code.
- Write clear, concise commit messages.
- Add or update tests for your code if applicable.
- Test your changes locally before pushing.
- Create a new branch for your changes:
git checkout -b your-branch-name
- Make your changes and commit them.
- Push the branch to your fork:
git push origin your-branch-name
- Open a pull request against the
mainbranch of Hashium.
Be respectful, inclusive, and considerate in all interactions.
If you have questions, feel free to open an issue or reach out via discussions.