Git Workflow - mlibrary/hydra-prototype GitHub Wiki
To contribute to the code library, please follow these steps:
-
Fork from mlibrary/hydra-prototype # This will make a copy on your github account
-
Clone on your tang account from your github account
-
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/