File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -92,6 +92,26 @@ For detailed benchmark results, check the full report:
9292
9393Contributions are welcome! Feel free to fork the repo, submit issues, or create pull requests.
9494
95+ ### 🛠️ How to Contribute?
96+
97+ 1 . ** Fork the Repository** (Click the "Fork" button at the top of the repo).
98+ 2 . ** Clone your Fork**
99+ ``` bash
100+ git clone https://github.com/your-username/HashX.git
101+ ```
102+ 3 . ** Create a New Branch**
103+ ``` bash
104+ git checkout -b improve-docs
105+ ```
106+ 4 . ** Make Changes** (Edit ` README.md ` and add documentation updates).
107+ 5 . ** Commit & Push**
108+ ``` bash
109+ git add README.md
110+ git commit -m " Improved documentation & usage examples"
111+ git push origin improve-docs
112+ ```
113+ 6 . ** Create a Pull Request** (Go to the original repo and submit a PR).
114+
95115## 📜 License
96116
97117This project is open-source and available under the ** MIT License** .
You can’t perform that action at this time.
0 commit comments