Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 692 Bytes

CONTRIBUTING.md

File metadata and controls

35 lines (26 loc) · 692 Bytes

Contributing

Contributions are welcome! Here's how you can help:

Fork the Repository:

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

Create a New Branch:

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"

Push to Your Fork:

git push origin feature/your-feature-name

Submit a Pull Request:

Go to the original repository and click on Pull Requests. Submit your pull request for review.