Revision ca844d5570f2f9b6a3800e4700d1e3cbae6b6251 authored by Mehdi Achour on 09 April 2018, 09:42:31 UTC, committed by Mehdi Achour on 09 April 2018, 09:42:31 UTC
1 parent 22bef4a
Raw File
pull_request_template.md
<!--
Hi there and thank you for your change proposal!

Please fill out the following template to make the review process
as quick and smooth as possible.
-->

## Description

Fixed issue #<issue-number>

<!-- OR, if you're implementing a new feature: -->

Added `yourNewMethodName()` that allows ...

## Compatibility

| OS      | Implemented |
| ------- | :---------: |
| iOS     |    ✅❌     |
| Android |    ✅❌     |
| Windows |    ✅❌     |

## Checklist

<!-- Check completed item: [X] -->

* [ ] I have tested this on a device/simulator for each compatible OS
* [ ] I added the documentation in `README.md`.
* [ ] I mentionned this change in `CHANGELOG.md`.
back to top