Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 890 Bytes

CONTRIBUTING.md

File metadata and controls

33 lines (19 loc) · 890 Bytes

Contributing to React Bootstrap Dialog Component

We welcome your help to make this component better. This document will help to streamline the contributing process and save everyone's precious time.

Development Setup

This component has been setup with React CDK. Refer React CDK documentation to get started with the development.

Coding Style

We are going on standard.js

See feross/standard.

Preview on Storybook

Run yarn storybook.

Deploy Storybook

We use storybook-deployer

Run yarn publish-storybook to deploy storybook on gh-pages branch.

Publish

  1. Update CHANGELOG.md.
  2. Run yarn version --new-version <version>
  3. Publish:
yarn publish