Please note that this project is released with a Contributor Code of Conduct. By participating in this project you agree to abide by its terms.
- Fork repo to your personal profile
- Clone your forked repo to your machine
- Go inside newly cloned directory and
git remote add upstream git@github.digitalriverws.net:ux/react-atlas.git - run
npm install - run
npm start - write tests & code in ES6 goodness :-)
- run
git add whatever/files/you/changed.js - run
npm run commitand follow the prompt (this ensures that your commit message follows our conventions). - notice that there's a pre-commit hook that runs to ensure tests pass and coverage doesn't drop to prevent the build from breaking :-)
- push your changes
- create a PR with a link to the original issue
- wait patiently :-)
Check out our wiki for more information on coding conventions, how we document our code, why we made certain decisions and a roadmap.