From cc28db489b26824a329d033abec9975c4a461f06 Mon Sep 17 00:00:00 2001 From: Bartol Karuza Date: Mon, 20 Jan 2020 17:18:16 +0800 Subject: [PATCH] chore(github): add new local PR template (#132) fixes #131 --- .github/pull_request_template.md | 36 ++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 000000000..de97b169a --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,36 @@ + + +# Summary + + + +## Test Plan + + + +### What's required for testing (prerequisites)? + +### What are the steps to reproduce (after prerequisites)? + +## Compatibility + +| OS | Implemented | +| ------- | :---------: | +| iOS | ✅❌ | +| Android | ✅❌ | + +## Checklist + + + +- [ ] 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`) \ No newline at end of file