import { Meta } from '@storybook/addon-docs/blocks'; import './css/global.css';
We are excited that you are interested in contributing to this project!
You can help us improve rainbow-modules, the first step to begin collaborating is to create an issue before submitting a pull request, it's always good to file an issue, so we can discuss the details of your approach or suggestion.
While using our components on your project and/or collaborating with the development of any of the rainbow-modules, you have suggestions for improvements, implementation questions, or any issues that may merit discussion. We recommend creating a “Discussions” issue type in Github.
Feel free to contribute in rainbow-modules available in our repository in github. Pull requests are very welcome, but should be within the scope of the project. Before making your contribution go through the following steps:
- Fork the Rainbow Modules repository on Github.
- Clone your fork to your local machine git clone [email protected]:[yourname]/rainbow-modules.git
- Create a branch git checkout -b my-topic-branch
- Make your changes, lint, then push to GitHub with git push origin my-topic-branch
- Visit GitHub and make your pull request.