Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 842 Bytes

CONTRIBUTING.md

File metadata and controls

25 lines (18 loc) · 842 Bytes

Contributing to DATA 471 syllabus and material

DATA471 welcomes contributions from everybody.
We strive to present a wide palette of point of views, and to take into account various experiences.

Comments

General comments, suggestions and constructive criticism can be shared opening new issues.
Be kind with others.

Contributions

We adopt and enriched "fork-and-pull" Git workflow.
Whenever possible, present and discuss your contribution before pushing it.

  1. Fork the repo on GitHub
  2. Clone the project to your own machine
  3. Commit changes to your own branch
  4. Push your work back up to your fork
  5. Submit a Pull request so that we can review your changes

NOTE: Be sure to merge the latest from "upstream" before making a pull request!