Product/Tech Spec: https://docs.google.com/document/d/1YyBJFXjlZsVTPF59bxI-Ql8gUD6_8N4YwTdhKBvHRqA/edit?usp=sharing
- git pull
- git checkout -b <name_of_branch>
- change code
- npm run lint
- git add .
- git commit -m "Action: Desc"
- git push -u origin <name_of_branch>
- Pull Request tab on github
- Find pr, fill out template
- Screenshot of work if applicable
- Link pr to corresponding issue
- request reviewer to check code
- Merge code if approved
- Before Committing:
- Run "npm run format"
- Run "npm run lint"