We welcome contributions from the community! Whether you want to add new features, improve existing functionality, or help fix bugs, your contributions are appreciated.
-
Fork the repository on GitHub.
-
Clone your fork to your local machine:
git clone https://github.com/sahilverma-dev/Youtube-Thumbnail-Extracter
-
Create a new branch for your feature or bug fix:
git checkout -b feature/my-new-feature
-
Make your changes and commit them:
git commit -m "Added new feature" -
Push to your fork:
git push origin feature/my-new-feature
-
Open a pull request from your fork to the main repository.
We follow the Contributor Covenant Code of Conduct. Please review and follow the code of conduct when contributing.
Feel free to open an issue if you find bugs or have feature requests.
Thank you for your interest in contributing to our project!