video-transcoding-api is an open source project originally started by a handful of developers at The New York Times and open to the entire open source video community.
We really appreciate your help!
When filing an issue, make sure to answer these five questions:
- What version of Go are you using (
go version
)? - What operating system and processor architecture are you using?
- What did you do?
- What did you expect to see?
- What did you see instead?
Feel free to open issues asking general questions along with feature requests.
Pull requests are very welcome! Before submitting changes, please follow these guidelines:
- Check the open issues and pull requests for existing discussions.
- Open an issue to discuss a new feature.
- Write tests.
- Make sure code follows the 'Go Code Review Comments'.
- Make sure your changes pass the test suite (invoke
make test
to run it). - Make sure the entire test suite passes locally and on Travis CI.
- Open a Pull Request.
Unless otherwise noted, the video-transcoding-api source files are distributed under the Apache 2.0-style license found in the LICENSE file.