Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 1.07 KB

File metadata and controls

20 lines (13 loc) · 1.07 KB

feature/bug/enhance/refactor/tech_debt/hotfix

  • Replace this line with Project title.
  • MCC-XXXXXX

Checklist

  • 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-edit command 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).

Changes Summary

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.

Deployment Notes

In addition to IAC/code, add any notes for reviewer should know.