LearnersGuild/echo

View on GitHub
.github/PULL_REQUEST_TEMPLATE.md

Summary

Maintainability
Test Coverage
Fixes #<GITHUB_ISSUE_NUMBER>.

## Overview

(quick description of solution to original issue)

## Data Model / DB Schema Changes

(if there were data changes, explain them)
(also note whether it is necessary to run any database migrations)

## Environment / Configuration Changes

(any updated third-party libraries / packages?)
(any updates to the configuration files?)

## Notes

(heads up on anything not super intuitive or obvious)