Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 460 Bytes

CONTRIBUTING.md

File metadata and controls

20 lines (15 loc) · 460 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
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"