StegSchreck/RatS

View on GitHub
.github/PULL_REQUEST_TEMPLATE.md

Summary

Maintainability
Test Coverage
### Type of Change
<!--
What kind of change is this PR about?

e.g. Bugfix, new feature, enhanced existing functionality
-->

### Issue or RFC
<!--
Link to the issue or RFC that your change relates to.

To contribute an enhancement that isn't covered by one of the [project's issues](https://github.com/StegSchreck/RatS/issues), please follow our [guide for suggesting an enhancement](CONTRIBUTING.md#suggesting-enhancements)
-->

### Description of the Change
<!--
We must be able to understand the design of your change from this description. If we can't get a good idea of what the code will be doing from the description here, the pull request may be closed at the maintainers' discretion. Keep in mind that the maintainer reviewing this PR may not be familiar with or have worked with the code here recently, so please walk us through the concepts.
-->

### Alternate Designs
<!-- Explain what other alternates were considered and why the proposed version was selected -->

### Possible Drawbacks
<!-- What are the possible side-effects or negative impacts of the code change? -->

### Verification Process
<!--
What process did you follow to verify that your change has the desired effects?

- Did you add appropriate unit and/or integration tests?
- How did you verify that all new functionality works as expected?
- How did you verify that all changed functionality works as expected?
- How did you verify that the change has not introduced any regressions?

Describe the actions you performed (including buttons you clicked, text you typed, commands you ran, etc.), and describe the results you observed.
-->