Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 1.17 KB

contributing.md

File metadata and controls

24 lines (15 loc) · 1.17 KB

CONTRIBUTING

Please contribute!

We love collaboration.

Typos? Something unclear? Suggestions for edits? Suggestions for additional topics/chapters?

The mechanics of contributing:

  • Fork this repo to your Github account
  • Clone your version on your account down to your machine from your account, e.g,. git clone https://github.com/<yourgithubusername>/data-science-design.git
  • Make sure to track progress upstream (i.e., on our version of data-science-design at nerivo/data-science-design) by doing git remote add upstream https://github.com/nerivo/data-science-design.git. Before making changes make sure to pull changes in from upstream by doing either git fetch upstream then merge later or git pull upstream to fetch and merge in one step
  • Make your changes (bonus points for making changes on a new feature branch)
  • Push up to your account
  • Submit a pull request to the master branch at nerivo/data-science-design

Prefer to discuss over email?

Email Jon at [email protected] or Neri at [email protected]

Thanks for contributing!