- Fork upstream repo https://github.com/ThayalanGR/prime-select
- Clone origin repo in you local env https://github.com/<-your-gh-user-name->/prime-select
- Install deps using yarn
yarn install
- Make changes in src dirctory.
- Write corresponding tests under src/stories folder - should covers the feature that you have added.
- Commit messages should follow following standards https://www.conventionalcommits.org/en/v1.0.0-beta.2/#why-use-conventional-commits.
- Run lint check using
yarn lint
. - Push Changes to your origin https://github.com/<-your-gh-user-name->/prime-select.
- Raise PR to upstream https://github.com/ThayalanGR/prime-select.