Skip to content

Latest commit

 

History

History
42 lines (26 loc) · 1.11 KB

File metadata and controls

42 lines (26 loc) · 1.11 KB

Contribute to YouTube Thumbnail Downloader

We welcome contributions from the community! Whether you want to add new features, improve existing functionality, or help fix bugs, your contributions are appreciated.

How to Contribute

  1. Fork the repository on GitHub.

  2. Clone your fork to your local machine:

    git clone https://github.com/sahilverma-dev/Youtube-Thumbnail-Extracter
  3. Create a new branch for your feature or bug fix:

    git checkout -b feature/my-new-feature
  4. Make your changes and commit them:

    git commit -m "Added new feature"
  5. Push to your fork:

    git push origin feature/my-new-feature
  6. Open a pull request from your fork to the main repository.

Code of Conduct

We follow the Contributor Covenant Code of Conduct. Please review and follow the code of conduct when contributing.

Issues

Feel free to open an issue if you find bugs or have feature requests.

Thank you for your interest in contributing to our project!