Skip to content

Latest commit

 

History

History
16 lines (14 loc) · 587 Bytes

CONTRIBUTING.md

File metadata and controls

16 lines (14 loc) · 587 Bytes

Contributing

To contribute to the project, please follow these steps:

  1. Get approval for the idea by filing an issue and talking with me about the changes.
  2. Fork the repo
  3. Make a branch for your change
  4. Run yarn
  5. Run yarn test
  6. Make your changes
  7. Test your changes
  8. Run git add -A to add your changes (please don't add any changes to the dist directory).
  9. Run yarn commit (Do not use git commit) - follow the prompts to create your git message
  10. Push your changes with git push
  11. Create the Pull Request
  12. Get merged and celebrate 🎉 🎊!