Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 229 Bytes

CONTRIBUTING.md

File metadata and controls

19 lines (15 loc) · 229 Bytes

Contributing Guide

Setup

git clone https://github.com/almahdi404/code-django
cd code-django
npm install
code .

Commit

npm run lint
npm run clean
git add .
git commit -m "message"