.github/PULL_REQUEST_TEMPLATE.md

Summary

Maintainability
Test Coverage
<!--
Thanks for contributing to Arx!
Before you submit your pull request, please make sure to check the following boxes.
-->

### Checklist
- [ ] All old and new tests pass (ran `bundle exec rspec spec` in the root directory).
- [ ] Read the [contribution guidelines](/CONTRIBUTING.md).
- [ ] Updated documentation (if necessary).

### Reason (or issue)
<!-- Why is this change required? What problem does it solve? -->
<!-- If it fixes an open issue, please link to the issue here. -->

### Description
<!-- Describe your changes in detail -->
<!-- Please describe in detail how you tested your changes. -->