Community Data Science Workshops/Github Best Practices

From CommunityData
Revision as of 23:59, 15 February 2020 by Thibaut (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Github organization: https://github.com/CommunityDataScienceCollective

This wiki will describe best practices to organize Github repositories.

Naming Conventions[edit]

A project named <project-name> should have two repositories:

  • <project-name>-cdsw: tracks the workshop code that students will use.
  • <project-name>-cdsw-solutions: tracks the solutions to the workshop.