Skip to content

Commit 55f4c2d

Browse files
committedApr 8, 2022
Added Development section
1 parent 516d543 commit 55f4c2d

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed
 

‎README.md

+8-3
Original file line numberDiff line numberDiff line change
@@ -104,10 +104,14 @@ const MyMultiRangeSlider = (props) => {
104104

105105
## Development
106106

107-
Any PR is welcome! You can run Storybook to play and test your changes:
107+
Any PR is welcome! A typical roadmap to contribute would be:
108108

109109
1. Install dependencies with `npm i` or `yarn install`
110-
1. Run Storybook: `npm run storybook`
110+
1. Fix a bug, add a new feature or make some changes.
111+
1. Run Storybook to play and test: `npm run storybook`
112+
1. Check if all linter rules are covered: `npm run lint`
113+
1. To build the entire package we use [Rollup][rollup]: `npm run build`
114+
1. Make a PR.
111115

112116

113117
## License
@@ -117,4 +121,5 @@ This repository is distributed under the terms of the MIT license.
117121

118122
[semantic-ui]: https://react.semantic-ui.com/
119123
[fomantic-ui]: https://fomantic-ui.com/
120-
[storybook]: https://jware-solutions.github.io/neo-react-semantic-ui-range/
124+
[storybook]: https://jware-solutions.github.io/neo-react-semantic-ui-range/
125+
[rollup]: https://rollupjs.org/guide/en/

0 commit comments

Comments
 (0)
Please sign in to comment.