Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 956 Bytes

pull_request_template.md

File metadata and controls

25 lines (19 loc) · 956 Bytes

Description

Screenshot(s) (if applicable, e.g. style updates)

PR Readiness Checklist

  • General
    • Verified all changes are related to feature described above (no scope creep)
  • Branch Stuff
    • Checked target and base branch (should be feature branch merging INTO main)
    • Merged latest main into feature branch (so it has latest code)
    • Resolved any conflicts between feature branch and main
  • Test Stuff
    • Added unit tests to cover modified / additional code
  • GitHub Stuff (on the right 👉)
    • Updated labels
    • Linked issue to which this PR relates
    • Added assignee
    • Added at least one (1) reviewer