# π Contributing to Jhol
Thank you for considering contributing to Jhol Hereβs how you can help:
## π Setup Instructions
1. **Fork the Repo**
```sh
git clone https://github.com/bhuvanprakash/jhol.git
cd jhol
```
## π Contributing Guidelines
1. **Create a Branch**
- Create a new branch for your feature or bugfix.
```sh
git checkout -b feature/your-feature-name
```
2. **Make Changes**
- Make your changes in the new branch.
3. **Commit Your Changes**
- Commit your changes with a descriptive commit message.
```sh
git commit -m "Add feature: your feature name"
```
4. **Push to GitHub**
- Push your changes to your forked repository.
```sh
git push origin feature/your-feature-name
```
5. **Create a Pull Request**
- Create a pull request from your branch to the main repository.
- Provide a clear description of your changes and any related issues.