Files
freeCodeCamp/packages/learn/CONTRIBUTING.md
Stuart Taylor a30bf3486e Merge pull request #70 from SMM-dev/patch-1
Fix remaining typo in branch creation step
2018-09-27 20:05:43 +05:30

329 B

Contributing

Prerequisites Minimum Version
node ^8.11.x
yarn ^1.3.0
  1. Fork the repo
  2. Clone locally
  3. yarn install
  4. git checkout -b <your-branch-name>
  5. cp sample.env .env
  6. yarn develop
  7. Make your changes
  8. Make a PR
  9. Bask in the glory of your accomplishments