- Fork this repository - Use the feature branch workflow
- Clone your fork
- Add a remote pointing to the origin repo
- Create a new
feature
branch ex. feature-navigation - Checkout the new branch
- Commit your changes
- Rebase your changes onto the latest w/
git pull --rebase
- Post a PR comparing
origin/master
to thefork/category
Go ahead and read about Conventional Commits
- 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.
- Grouping multiple features into a Pull Request
- Making superficial changes to existing code. example: code styling / file structure