Skip to content

Latest commit

 

History

History
27 lines (22 loc) · 1.38 KB

pull_request_template.md

File metadata and controls

27 lines (22 loc) · 1.38 KB

Read the Definition of Ready for Review for more details on the rationale behind this PR template

Description

A concise explanation of the changes made in this Pull Request. Consider adding
- Why this change was necessary
- Notable decisions made
- Out of scope items
- Screenshots/GIFs for visual changes

How has this been tested

A brief description of what was tested, how, and on what machines.
If tests remain to be done, also mention that here!

Ready for Review Checklist

To help with deciding if this PR is RFR, use this checklist.

The author confirms that:

  • the author has self-reviewed this work and is highly confident about the quality
  • this work satisfies all acceptance criteria that are stated in the linked ticket
  • this work has been tested on all product families and the process and results are documented in the above section
  • The description above is concise yet complete
  • the reviewer has been offered a walkthrough (if needed)
  • the code is cleaned from any rubbish (e.g. meaningless comments, log-spamming, etc...)
  • remaining #TODO comments mention a Jira ticket number
  • all CI checks are passing
  • all commits are (re)structured to be meaningful and clearly arranged, and all are prepended with the ticket number for traceability