Git Workflow - mlibrary/hydra-prototype GitHub Wiki

To contribute to the code library, please follow these steps:

  1. Fork from mlibrary/hydra-prototype # This will make a copy on your github account

  2. Clone on your tang account from your github account

  3. Run the following commands:

    • bundle install --path=.bundle
    • bundle exec rake db:migrate

3.Create a branch on your local account, update changes on your local branch and do squash and rebase if needed and submit a pull request with the new branch

Useful Resources:

http://ndlib.github.io/practices/one-commit-per-pull-request/

https://help.github.com/articles/closing-issues-via-commit-messages/