Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.23 KB

File metadata and controls

19 lines (14 loc) · 1.23 KB

Contributing

Bugs, suggestions and questions

If you'd like to report a bug, suggest a feature or you just want to ask something, open an issue.

Bugs should be as detailed as possible. Doesn't work, Buggy, Broken is not a valid report.

Writing code

If you'd like to contribute to the project by directly writing code, fork the repository and push your changes to the created repo on your account. Consider using Git and avoid using the GitHub's upload file feature as it does not respect .gitignore.

After you're done, open a pull request and your code will be reviewed.

Please note that your code will be in the public domain as the license states giving everyone full rights to use it in any way.

Rules

  • Do not modify the video format without previous discussion
  • Keep it as simple as possible so it can be implemented without any libraries
  • Code should be backwards compatible
  • Do not include any cache, temporary or executable files in the source code. The .gitignore list should prevent that but only if you use Git.