Contributions are welcome! Here's how you can help:
Click on the Fork button at the top right corner of this page. Clone Your Fork:
git clone https://github.com/ip050/mp4-to-webm-converter.git
cd mp4-to-webm-converter
git checkout -b feature/your-feature-name
- Make Your Changes:
- Add new features or fix bugs.
- Commit Your Changes:
git commit -am "Add your commit message here"
git push origin feature/your-feature-name
Go to the original repository and click on Pull Requests. Submit your pull request for review.