Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.15 KB

CONTRIBUTING.md

File metadata and controls

32 lines (23 loc) · 1.15 KB

Contributing to nginx-lua-mp4

Code of Conduct

We have Code of Conduct and all contributors are expected to uphold it.

Reporting bugs

If you run into any bugs, please create a GitHub Issue. nginx-lua-mp4 relies heavily on the third party software, so be sure to include detailed reproduction steps and as much info about your environment as possible.

Try to include as much as possible from this list:

  • A brief summary of the issue
  • nginx/OpenResty version
  • ffmpeg version
  • OS
  • Steps to reproduce the issue
  • What is the expected behaviour
  • What actually happens
  • Error messages/logs

Contributing code

Github flow

We use GitHub flow. In order to contribute code:

  1. Create a fork
  2. In that fork, create a feature branch
  3. Commit changes to that branch
  4. Create a Pull Request to the nginx-lua-mp4 repo (mark "Work in Progress" PRs with [WIP] in the title)

License

By contributing, you agree that your contribution will be licensed under MIT license