Skip to content

Commit e5a79e6

Browse files
authored
Create pull_request_template.md
1 parent 41aee89 commit e5a79e6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/pull_request_template.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)