.github/PULL_REQUEST_TEMPLATE.md
<!-- Something is ready to be merged! -->
## Issues
List the issue(s) resolved or addressed by this change.
Changes MUST be related to an issue. If one does not exist, please create one with
[the appropriate issue type](https://github.com/ssube/isolex/blob/master/docs/workflow.md#type).
## Checks
<!-- Please ensure the required status checks are passing before removing the `WIP` tag
from this PR: (https://github.com/ssube/isolex/blob/master/docs/workflow.md#merges) -->
- [ ] Gitlab pipeline has passed
- [ ] lint warnings have not increased
- [ ] documentation has been updated
- [ ] tests have been added and consistently pass