Jam3/adviser

View on GitHub
.github/PULL_REQUEST_TEMPLATE.md

Summary

Maintainability
Test Coverage
<!--
Please make sure to read the Contributing Guidelines: CONTRIBUTING.md
-->

<!--- Provide a general summary of your changes in the PR Title -->

**What kind of change does this PR introduce?** (check at least one)

- [ ] Bugfix (non-breaking change which fixes an issue)
- [ ] Feature (non-breaking change which adds functionality)
- [ ] Code style update
- [ ] Refactor (refactoring or adding test which isn't a fix or add a feature)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] Build-related changes
- [ ] Other, please describe:

**Does this PR introduce a breaking change?** (check one)

- [ ] Yes
- [ ] No

**Did you test your solution?**

- [ ] I lightly tested it
- [ ] I deeply tested it
- [ ] I wrote tests around it (unit tests, integration tests, E2E tests)

## Problem Description

<!--- Describe the problem briefly or reference related issues -->

## Solution Description

<!--- Describe your changes in detail -->

## Side Effects, Risks, Impact

<!--- May your changes break other parts of the application? -->

- [ ] N/A

**Aditional comments:**