1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-04 10:19:24 +02:00
Oinktube/plugin/VimeoAPI/vimeo-api/CONTRIBUTING.md
daniel 8f8c81b565 Add support to Upload the videos to Vimeo with the Vimeo API
Fix Stripe
Make Videos manager responsive
2020-02-01 11:08:58 -03:00

1.2 KiB

Contributing

Contributions are welcome and will be fully credited.

We accept contributions via Pull Requests on Github.

Pull Requests

  • We try to follow the PSR-2 Coding Standard.

  • Document any change in behaviour - Make sure the README.md, wiki, and any other relevant documentation are kept up-to-date.

  • Consider our release cycle - We try to follow SemVer v2.0.0. Randomly breaking public APIs is not an option.

  • Create feature branches - Don't ask us to pull from your master branch.

  • One pull request per feature - If you want to do more than one thing, send multiple pull requests.

  • Send coherent history - Make sure each individual commit in your pull request is meaningful. If you had to make multiple intermediate commits while developing, please squash them before submitting.

Running Tests

$ composer test

Happy coding!