Skip to content

peterchinh/my-contacts

Repository files navigation

My-Contacts

Figma prototype: https://www.figma.com/proto/CayfsuohC3qHYzCc9tb31n/Untitled?node-id=50-36&node-type=canvas&t=AjCr8W0f4a6Cwqp2-1&scaling=scale-down&content-scaling=fixed&page-id=0%3A1&starting-point-node-id=50%3A36&show-proto-sidebar=1

Product/Tech Spec: https://docs.google.com/document/d/1YyBJFXjlZsVTPF59bxI-Ql8gUD6_8N4YwTdhKBvHRqA/edit?usp=sharing

Making Changes

  1. git pull
  2. git checkout -b <name_of_branch>
  3. change code
  4. npm run lint

Committing

  1. git add .
  2. git commit -m "Action: Desc"
  3. git push -u origin <name_of_branch>

PRS

  1. Pull Request tab on github
  2. Find pr, fill out template
  3. Screenshot of work if applicable
  4. Link pr to corresponding issue
  5. request reviewer to check code
  6. Merge code if approved

Style Guides

  • Before Committing:
    • Run "npm run format"
    • Run "npm run lint"

Coverage Report

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published