Skip to content

Latest commit

 

History

History
39 lines (28 loc) · 742 Bytes

CONTRIBUTING.md

File metadata and controls

39 lines (28 loc) · 742 Bytes

Contributing to MERN CRUD

Thank you for considering contributing to this little project!


Features you are encouraged to implement

  • Tests
  • Search
  • Front-end validation (JS); Pure back-end validation is expensive
  • Routing / redirecting / whatever
  • Redux

Coding conventions

  • Indent using two spaces (soft tabs).
  • Integrate eslintrc.json to your text editor or IDE.

Fork, then clone the repo.

git clone https://github.com/<your-user-name>/mern-crud.git

Commit

Make sure your commit messages are in present tense.

This:

git commit -m "Fix bugs and update colors" 

Not this:

git commit -m "Fixed bugs and updated colours"

Push to your Fork and make a pull request.