Community Data Science Workshops/Github Best Practices

From CommunityData

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.