Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 1.78 KB

CONTRIBUTORS.md

File metadata and controls

50 lines (33 loc) · 1.78 KB

Contributors

Thank you to everyone who has contributed to this project! Your efforts and contributions are greatly appreciated. 🎉

How to Contribute

We welcome contributions from everyone! Whether it’s fixing a bug, adding new features, improving documentation, or sharing ideas, your contributions are valuable.

Getting Started

  1. Fork the repository: Create a copy of this project in your GitHub account.
  2. Clone the repository: Clone the forked repository to your local machine.
git clone https://github.com/your-username/your-repository.git
  1. Create a branch: Make a new branch for your changes.
git checkout -b feature/your-feature-name
  1. Make changes: Implement your feature or fix the issue.
  2. Test your changes: Ensure everything works as expected.
  3. 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
  1. Submit a pull request: Go to the original repository and submit a pull request with a description of your changes.

Contributors List

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

Contribution Guidelines

Please read our CONTRIBUTING.md file for details on our code of conduct, and the process for submitting pull requests.

Thank You!

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.