Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.04 KB

pull_request_template.md

File metadata and controls

32 lines (23 loc) · 1.04 KB

PR Summary

Context

Changes

Checklist

  • Pull Request has a meaningful title.
  • Summarised changes.
  • Pull Request is ready to merge & is not WIP.
  • Added tests / only testable interactively.
    • Make sure you add a new test if old tests do not effectively test the code changed.
  • Added documentation / opened issue to track adding documentation at a later date.