Thank you to everyone who has contributed to this project! Your efforts and contributions are greatly appreciated. 🎉
We welcome contributions from everyone! Whether it’s fixing a bug, adding new features, improving documentation, or sharing ideas, your contributions are valuable.
- Fork the repository: Create a copy of this project in your GitHub account.
- Clone the repository: Clone the forked repository to your local machine.
git clone https://github.com/your-username/your-repository.git
- Create a branch: Make a new branch for your changes.
git checkout -b feature/your-feature-name
- Make changes: Implement your feature or fix the issue.
- Test your changes: Ensure everything works as expected.
- Commit and push: Commit your changes and push them to your fork.
git add .
git commit -m "Add a meaningful commit message"
git push origin feature/your-feature-name
- Submit a pull request: Go to the original repository and submit a pull request with a description of your changes.
Below is a list of amazing people who have contributed to this project:
Name | GitHub Profile | Contributions |
---|---|---|
Hridesh Sharma(Author) | @hridesh-net | Initial project setup and development |
Naman Kaley | @naman-cell | Feature Integration, Bug fixes |
Please read our CONTRIBUTING.md file for details on our code of conduct, and the process for submitting pull requests.
We are incredibly grateful to all contributors. Your contributions make this project better and help it grow. If you’d like to join the list of contributors, feel free to submit a pull request.