mirror of
https://github.com/status-im/react-native-cameraroll.git
synced 2025-02-11 09:06:36 +00:00
parent
3ace12431d
commit
cc28db489b
36
.github/pull_request_template.md
vendored
Normal file
36
.github/pull_request_template.md
vendored
Normal file
@ -0,0 +1,36 @@
|
||||
<!-- Thanks for submitting a pull request! We appreciate you spending the time to work on these changes. Please follow the template so that the reviewers can easily understand what the code changes affect -->
|
||||
|
||||
# Summary
|
||||
|
||||
<!--
|
||||
Explain the **motivation** for making this change: here are some points to help you:
|
||||
|
||||
* What issues does the pull request solve? Please tag them so that they will get automatically closed once the PR is merged
|
||||
* What is the feature? (if applicable)
|
||||
* How did you implement the solution?
|
||||
* What areas of the library does it impact?
|
||||
-->
|
||||
|
||||
## Test Plan
|
||||
|
||||
<!-- Demonstrate the code is solid. Example: The exact commands you ran and their output, screenshots / videos if the pull request changes UI. -->
|
||||
|
||||
### What's required for testing (prerequisites)?
|
||||
|
||||
### What are the steps to reproduce (after prerequisites)?
|
||||
|
||||
## Compatibility
|
||||
|
||||
| OS | Implemented |
|
||||
| ------- | :---------: |
|
||||
| iOS | ✅❌ |
|
||||
| Android | ✅❌ |
|
||||
|
||||
## Checklist
|
||||
|
||||
<!-- Check completed item, when applicable, via: [X] -->
|
||||
|
||||
- [ ] I have tested this on a device and a simulator
|
||||
- [ ] I added the documentation in `README.md`
|
||||
- [ ] I updated the typed files (TS and Flow)
|
||||
- [ ] I added a sample use of the API in the example project (`example/App.js`)
|
Loading…
x
Reference in New Issue
Block a user