Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 478 Bytes

CONTRIBUTING.md

File metadata and controls

14 lines (12 loc) · 478 Bytes

Contributing

To contribute to the project, please follow the following steps

  1. Fork the repo
  2. Make a branch for your change
  3. Run npm install
  4. Run npm start
  5. Make your changes
  6. Test your changes
  7. Run git add -A to add your changes (please don't add any changes to the dist directory)
  8. Run npm run commit (Do not use git commit) - follow the prompts to create your git message
  9. Push your changes with git push
  10. Create the Pull Request