Community Data Science Workshops/Github Best Practices: Difference between revisions

From CommunityData
(Created page with "Github organization: https://github.com/CommunityDataScienceCollective This wiki will describe best practices to organize Github repositories. == Naming Conventions == A pr...")
 
No edit summary
 
Line 1: Line 1:
{{Template:CDSW Header}}
Github organization: https://github.com/CommunityDataScienceCollective
Github organization: https://github.com/CommunityDataScienceCollective



Latest revision as of 01:59, 16 February 2020

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.