Skip to content

Latest commit

 

History

History
35 lines (23 loc) · 1.12 KB

CONTRIBUTING.MD

File metadata and controls

35 lines (23 loc) · 1.12 KB

Contributing to the MACPro UX Library

We love your input! We want to make contributing to this project as easy and transparent as possible.

Getting the Project Running Locally

Clone the Repository

git clone https://github.com/CMSgov/macpro-ux-lib macpro-ux-lib

Create a Branch describing the issue

// For Example
git checkout -b add-radio-button

Run the Project

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

Pull Requests

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.