react-bootstrap-dialog
Version:
The modal-dialog React component with React Bootstrap, alternates `window.confirm` and `window.alert`.
34 lines (19 loc) • 890 B
Markdown
# 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](https://github.com/kadirahq/react-cdk). Refer [React CDK documentation](https://github.com/kadirahq/react-cdk) to get started with the development.
## Coding Style
We are going on standard.js
See [feross/standard](https://github.com/feross/standard).
## Preview on Storybook
Run `yarn storybook`.
## Deploy Storybook
We use [storybook-deployer](https://github.com/kadirahq/storybook-deployer)
Run `yarn publish-storybook` to deploy storybook on [gh-pages branch](https://pages.github.com/).
## Publish
1. Update CHANGELOG.md.
2. Run `yarn version --new-version <version>`
3. Publish:
```sh
yarn publish
```