Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 964 Bytes

Contributing.md

File metadata and controls

19 lines (16 loc) · 964 Bytes

Contributing to this project

  1. Fork this repository - Use the feature branch workflow
  2. Clone your fork
  3. Add a remote pointing to the origin repo
  4. Create a new feature branch ex. feature-navigation
  5. Checkout the new branch
  6. Commit your changes
  7. Rebase your changes onto the latest w/ git pull --rebase
  8. Post a PR comparing origin/master to the fork/category

How to write your commit message?

Go ahead and read about Conventional Commits

Please

  • Adhere to current project styling the project is setup to use ES Lint + Prettier and has it's own .prettierrc. It is also setup with pre commit linting.

What we don't want happening

  • Grouping multiple features into a Pull Request
  • Making superficial changes to existing code. example: code styling / file structure