Skip to content

Latest commit

 

History

History
36 lines (35 loc) · 1.35 KB

pull_request_template.md

File metadata and controls

36 lines (35 loc) · 1.35 KB

Description

Tickets

My PR references these tickets (epic and task tickets)

How do I access this branch?

  1. git fetch --all
  2. git checkout
  3. python manage.py runserver

Types of changes

  • New feature (non-breaking change which adds functionality)
  • Bug fix (non-breaking change which fixes an issue)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

Testing

  • Tested in Postman
  • Tested with Client

if necessary, postman code here

Checklist for Reviewer

  • check it out
  • test all edge cases listed and more if you think of them (postman or browser)
  • check code against related issue ticket
  • request changes/approve
  • review code to make sure it fits coding style of project
  • code has been commented?