Skip to content

Commit

Permalink
Add github pull request template
Browse files Browse the repository at this point in the history
Primarily for a way to signal devs how to fix the code style, which the linter
might error out on.
  • Loading branch information
mfn committed Nov 8, 2019
1 parent 8c6b2d4 commit 9797ca6
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
## Summary
<!-- Please provide an exhaustive description. -->

## Type of change

<!-- Please delete options that are not relevant. -->

- [ ] 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 not work as expected)
- [ ] This change requires a documentation update

### Checklist
- [ ] Existing tests have been adapted and/or new tests have been added
- [ ] Code style has been fixed via `composer fix-tyle`

0 comments on commit 9797ca6

Please sign in to comment.