We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41aee89 commit e5a79e6Copy full SHA for e5a79e6
.github/pull_request_template.md
@@ -0,0 +1,9 @@
1
+## Summary of Changes
2
+
3
4
+<!-- For pull requests that add new APIs, please make sure to go through this checklist.
5
+For other types of pull requests, please remove it.-->
6
+## Checklist
7
+- [ ] In addition to adding the new API to Dart, I have also added its implementation to both iOS and Android.
8
+- [ ] I have added at least 1 unit test in Dart for the new API and made sure the tests pass locally.
9
+- [ ] I have updated [README.md](https://github.com/Instabug/Instabug-Flutter/blob/master/README.md) to add the new API.
0 commit comments