- Fork the repository
- Clone the repository:
git clone https://github.com/[YourUserName]/react-picky.git
yarn install
you can use NPM if you wish but don't commit thepackage.lock
- Write a failing test
- Write your fix/optimisation
- Stage your changes
- We use conventional commits to help generate change logs and manage releases. For example you're making a bug fix, you commit message would be:
fix: added aria-role to button
. This is enforced by commitlint. For more information regarding conventional commits see here - Create your Pull Request stating a reason for the PR and how your code resolves the issue.
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.