Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 1.06 KB

CONTRIBUTING.md

File metadata and controls

31 lines (22 loc) · 1.06 KB

Contributing

Pull Requests are welcome! To start helping out on this project:

Fork then clone the repository:

git clone [email protected]:your-username/videosnap.git

Create your feature branch:

git checkout -b my-new-feature

Commit your changes, push and submit a new Pull Request:

git commit -am 'Added some feature'
git push origin my-new-feature

At this point you'll be waiting for me to review it. I try to reply to new Pull Requests within 5 days. I may suggest some changes, improvements or alternatives. To increase the chance that your pull request gets accepted:

  • Explain what your are doing (and why) in your Pull Request description.
  • If you are fixing an issue, link to it in your description and mention it in the commit message.
  • Write a good commit message.
  • Write tests.