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

Latest commit

 

History

History
51 lines (43 loc) · 1.58 KB

CONTRIBUTING.md

File metadata and controls

51 lines (43 loc) · 1.58 KB

Contributing

Thanks, for considering to contribute to this repository!

When contributing to this repository, please first discuss the change you wish to make via issue, email, or any other method with the owners of this repository before making a change.

If you are looking forward to start contributing to beautiful world of open source. Start it right now.

The basic guidelines for contributing are as follows:

  • Fork the repo
  • Clone the repo
  • Create a branch using
    • git checkout -b feature-branch
  • Make the required changes
  • Test the changes by using below command
    • yarn (Installs all the dependencies)
  • Create a pull request using below commands
    • git add --all
    • git commit -m "your commit message"
    • git push origin feature-branch
  • Go to Repository
  • Create Pull Request against master branch
  • Add a suitable title and description to the pull request and tag the issue number in Pull Request description, if the pull request is related to some issue logged here: Issues
  • You're done. Wait for your code to get reviewed and merged
  • Optional: Give us a ⭐ if you like our work 😄

Run storybook locallly

  • Clone the repository
  • Install dependencies
    yarn
    
  • Start storybook
    yarn storybook
    

Storybook Deployment

  • This app is deployed on netlify.
  • To configure the app on netlify use below command as deploy command in netlify
    yarn build-storybook
    
  • Build directory
    storybook-static