Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.41 KB

PULL_REQUEST_TEMPLATE.md

File metadata and controls

33 lines (25 loc) · 1.41 KB

Closes: #XXX

Description


PR author checklist:

  • Added changelog entry, using unclog.
  • Added tests: integration (for Hermes) or unit/mock tests (for modules).
  • Linked to GitHub issue.
  • Updated code comments and documentation (e.g., docs/).
  • Tagged one reviewer who will be the one responsible for shepherding this PR.

Reviewer checklist:

  • Reviewed Files changed in the GitHub PR explorer.
  • Manually tested (in case integration/unit/mock tests are absent).