Thanks for contributing, you rock!
If you use our code, it is now our code.
Please read https://reactjs.org/ and the Code of Conduct before opening an issue.
- Think You Found a Bug?
- Proposing New or Changed API?
- Issue Not Getting Attention?
- Making a Pull Request?
- Development
- Hacking
Please provide a test case of some sort. Best is a pull request with a failing test. Next is a link to CodePen/JS Bin or repository that illustrates the bug. Finally, some copy/pastable code is acceptable.
Please provide thoughtful comments and some sample code. Proposals without substance will be closed.
If you need a bug fixed and nobody is fixing it, it is your responsibility to fix it. Issues with no activity for 30 days may be closed.
Pull requests need only the 👍 of two or more collaborators to be merged; when the PR author is a collaborator, that counts as one.
All commits that fix bugs or add features need a test.
<blink>Do not merge code without tests.</blink>
All commits that change or add to the API must be done in a pull request that also:
- Adds an entry to
CHANGELOG.mdwith clear steps for updating code for changed or removed API - Updates examples
- Updates the docs
npm startbuild the components and watch for changesnpm run storybookstarts a storybook that will watch for changes and build the examples
The best way to hack on the component is to symlink it into your project using npm link. Then, use npm start to automatically watch the modules directory and output a new build every time something changes.