Skip to content

Commit

Permalink
Add test coverage check to pull request template
Browse files Browse the repository at this point in the history
  • Loading branch information
stefro committed Nov 18, 2023
1 parent 204dc5f commit 246760c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ see how your change affects other areas of the code, etc.
## Types of changes

What types of changes does your code introduce? Put an `x` in all the boxes that apply:

- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
Expand All @@ -38,6 +39,7 @@ Please, please, please, don't send your pull request until all of the boxes are
- [ ] I have created a branch for this patch/feature.
- [ ] Each individual commit in the pull request is meaningful.
- [ ] I have added tests to cover my changes.
- [ ] I ran tests locally with `composer test:coverage` and it passed.
- [ ] If my change requires a change to the documentation, I have updated it accordingly.

If you're unsure about any of these, don't hesitate to ask. We're here to help!

0 comments on commit 246760c

Please sign in to comment.