Skip to content

Commit e824f36

Browse files
authored
Update README.md
1 parent 0fa891a commit e824f36

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,26 @@ For detailed benchmark results, check the full report:
9292

9393
Contributions 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

97117
This project is open-source and available under the **MIT License**.

0 commit comments

Comments
 (0)