File tree Expand file tree Collapse file tree 1 file changed +15
-9
lines changed Expand file tree Collapse file tree 1 file changed +15
-9
lines changed Original file line number Diff line number Diff line change 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.
1
+ ## Description of the change
2
+ > Description goes here
3
+ ## Type of change
4
+ - [ ] Bug fix (non-breaking change that fixes an issue)
5
+ - [ ] New feature (non-breaking change that adds functionality)
6
+ - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
7
+ ## Related issues
8
+ > Issue links go here
9
+ ## Checklists
10
+ ### Development
11
+ - [ ] Lint rules pass locally
12
+ - [ ] The code changed/added as part of this pull request has been covered with tests
13
+ ### Code review
14
+ - [ ] This pull request has a descriptive title and information useful to a reviewer
15
+ - [ ] Issue from task tracker has a link to this pull request
You can’t perform that action at this time.
0 commit comments