Skip to content

Commit 6f77f15

Browse files
Ali AbdelfattahAliAbdelfattah
authored andcommitted
Update pull_request_template.md
1 parent 6ff76ed commit 6f77f15

File tree

1 file changed

+15
-9
lines changed

1 file changed

+15
-9
lines changed

.github/pull_request_template.md

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

0 commit comments

Comments
 (0)