felixarntz/values

View on GitHub
.github/PULL_REQUEST_TEMPLATE.md

Summary

Maintainability
Test Coverage
<!--
BEFORE OPENING YOUR PULL REQUEST:
- Make sure your code is backward-compatible with PHP 7.0.
- Make sure your code follows the PSR-2 coding standards.
- Make sure your code is properly documented.
-->

## Summary

<!-- Please provide one sentence summarizing the PR, to be used in the changelog. -->
This PR can be summarized in the following changelog entry:

*

<!-- Please reference the issue this PR addresses. -->
Adresses issue #

## Relevant technical choices
<!-- Please describe your changes. -->

## Checklist:
- [ ] My code is tested.
- [ ] My code is backward-compatible with PHP 7.0.
- [ ] My code follows the [PSR-2](https://www.php-fig.org/psr/psr-2/) coding standards.
- [ ] My code has proper inline documentation.