Merge pull request #2716 from crunchyroll/chore/move_contribution_guide

Move contribution guide to a Markdown file
This commit is contained in:
Eran Hammer
2022-06-15 10:48:43 -07:00
committed by GitHub
2 changed files with 35 additions and 0 deletions

View File

@@ -39,6 +39,7 @@ Version 3.0 features a number of changes to existing behavior. See [Updating](#u
* [Audio Mixing](#audio-mixing)
* [Android Expansion File Usage](#android-expansion-file-usage)
* [Updating](#updating)
* [Contributing](#contributing)
## Installation
@@ -1617,6 +1618,9 @@ If your video work on Debug mode, but on Release you see only black screen, plea
>
```
## Contributing
You can find our contribution guidelines [here](CONTRIBUTING.md)
## TODOS
- [ ] Add support for playing multiple videos in a sequence (will interfere with current `repeat` implementation)