Contributing Guide
Clone Repo#
Fork and then clone the repo
git clone [email protected]:your-username/reactjs-popup.gitStart Developing#
Install all npm scripts:
npm installoryarn installwe use storybook to build popup use cases.
To start storybook:
yarn storybookRun Test in watch mode
yarn testTo make contributing simply you need to create a new story for your use case under stories directory to demonstrate the new features or the bug fix .
Make Changes 😀.
If you want to contribute check out the help wanted issues for things that need fixing.
Before submitting a pull request run npm run test to run the unit tests .