Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 602 Bytes

CONTRIBUTING.md

File metadata and controls

26 lines (21 loc) · 602 Bytes

Contribution Guide

  • follow conventional commit
  • format everything using prettier

Setting Up

  1. Fork this repository
  2. Install vscode
  3. Open the cloned repository with vscode
    • Install recommended extensions (a toast will show up in the bottom right corner of the window)
  4. Install dependencies
    npm install
    
  5. Setup pre commit hooks
    npm run prepare
    
  6. Make changes, commit, and push!
  7. Open a pull request

Contacting Maintainer