We love your input! We want to make contributing to this project as easy and transparent as possible.
git clone https://github.com/CMSgov/macpro-ux-lib macpro-ux-lib
// For Example
git checkout -b add-radio-button
cd macpro-ux-lib
npm install
npm run storybook
After running the aformentioned code you will be able to preview any changes you make to the component library in storybook. For more on storybook reference their documentation. Storybook Documentation
We use pull request to drive a variety of actions and workflows in the project
Once you are satisfied with the code you have made it is time to make a pull request. Be sure to follow the pull-request template when creating your pull request. Upon doing this and provided all of the additional checks pass your code will be reviewed and approved if the changes are in line with the projects plans.