Skip to content

Files

Latest commit

9f3ddf1 · Mar 18, 2022

History

History
24 lines (16 loc) · 563 Bytes

CONTRIBUTING.md

File metadata and controls

24 lines (16 loc) · 563 Bytes
  1. Fork the repo.
  2. Make changes.
  3. Please describe the changes and open PR.

Note:

  • Please update Readme if applicable.
  • Create issue if you are adding new feature or proposing changes.

Scripts:

Install - npm install
Add and setup .env file - ENV variables Wiki
Start dev server - npm run dev


Please follow the convention for commit message. https://github.com/conventional-changelog/commitlint/#what-is-commitlint

Example:
git commit -m"feat: some relevant message"