Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

Latest commit

 

History

History
10 lines (9 loc) · 750 Bytes

CONTRIBUTING.md

File metadata and controls

10 lines (9 loc) · 750 Bytes

Contributing

  1. Fork the repository
  2. Clone the repository: git clone https://github.com/[YourUserName]/react-picky.git
  3. yarn install you can use NPM if you wish but don't commit the package.lock
  4. Write a failing test
  5. Write your fix/optimisation
  6. Stage your changes
  7. 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
  8. Create your Pull Request stating a reason for the PR and how your code resolves the issue.