Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 1.42 KB

pull_request_template.md

File metadata and controls

40 lines (26 loc) · 1.42 KB

Description

🛠️ Changes being made

Please include a summary of the changes and the related issue/feature.

Please also include relevant motivation and context. List any dependencies that are required for this change (e.g. other services involved)

🔬 Test Plan

How do you know the changes are safe to ship?

Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration.

  • Test A
  • Test B

🎫 Asanaticket

  • Is the PR attached to the Asanaticket

If there is no Asanaticket for the PR, please describe in 1-2 sentences why there is no ticket for the purposed changes.

🛫 Quality Check

Please delete options that are not relevant!

  • I have performed a self-review of my code

  • I have added tests that prove my fix is effective or that my feature works

  • Do we need to implement analytics?

  • Authorization enabled?

  • Do we have monitoring enabled?

  • Is the Postman collection up-to-date.

  • Readme of the Repo updated.

  • This change requires a documentation update

  • Bug fix (non-breaking change which fixes an issue)

  • New feature (non-breaking change which adds functionality)

  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

  • Is the architecture diagram updated.