Skip to content

Latest commit

 

History

History
33 lines (33 loc) · 1.27 KB

File metadata and controls

33 lines (33 loc) · 1.27 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)
  • request changes/approve
  • review code to make sure it fits coding style of project