ffmpeg-kit/.github/pull_request_template.md

18 lines
599 B
Markdown
Raw Normal View History

2021-03-20 17:19:01 +02:00
## Description
Describe the change and/or the issue fixed in this pull request.
Please also include the context and motivation about the changes introduced.
## Type of Change
- New feature
- Bug fix
- Documentation
## Checks
2022-10-02 22:45:51 +03:00
- [ ] Changes support all platforms (`Android`, `iOS`, `Linux`, `macOS`, `tvOS`)
2021-03-20 17:19:01 +02:00
- [ ] Breaks existing functionality
- [ ] Implementation is completed, not half-done
- [ ] Is there another PR already created for this feature/bug fix
## Tests
How are these changes verified? Please provide test instructions.
Also list any relevant details about your test configuration.