From 0fea0680d3948816f5a8328b762fd1e22f803199 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Linus=20Unneb=C3=A4ck?= Date: Wed, 11 Mar 2020 12:04:44 +0000 Subject: [PATCH] Create PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 37 ++++++++++++++++++++++++++++++++ 1 file changed, 37 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 00000000..97bae144 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,37 @@ + + +# Summary + + + +## Test Plan + + + +### What's required for testing (prerequisites)? + +### What are the steps to reproduce (after prerequisites)? + +## Compatibility + +| OS | Implemented | +| ------- | :---------: | +| iOS | ✅❌ | +| Android | ✅❌ | +| Web | ✅❌ | + +## 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've created a snack to demonstrate the changes: LINK HERE