Skip to content

Contributing

Kent Wills edited this page Feb 20, 2017 · 1 revision
  1. Fork this repository on github: https://help.github.com/articles/fork-a-repo/
  2. Clone it: https://help.github.com/articles/cloning-a-repository/
  3. Make a feature branch for your changes:
    • git remote add yelp https://github.com/Yelp/beans.git
    • git fetch yelp
    • git checkout yelp/development -b my-feature-branch
  4. Make sure the test suite works before you start:
    • make development
    • source venv/bin/activate
    • make test
  5. Commit patches: http://gitref.org/basic/
  6. Push to github: git pull && git push origin
  7. Send a pull request: https://help.github.com/articles/creating-a-pull-request/