Replace this line with Project title.MCC-XXXXXX
- Review the pull request to fix typos and ensure variable/function names are intuitive, etc.
- Make sure the pull request does not have excessive number of unnecessary commits. Utilize the
git commit --amend --no-editcommand to reduce commit messages when making small file changes (like changing linespacing). - Make sure you have added unit tests for the code changes. Tests should be added in the
tests/folder. - Modify docs, if required. Add any new documentation in the
doc/folder. - Rebase on latest active development branch (develop/main).
Replace this section with description of implementation. Should be written in imperative present tense. Summary should be short, but descriptive and highlight changes in the PR.
In addition to IAC/code, add any notes for reviewer should know.