- Navigate to https://github.com/gliedgroup/template.
- Click the green
Use this template
button to make a new repo. - Create the repository under
gliedgroup
instead of your personal account (Check nesting)
code
: Should contain all code modules, keep them organized as needed, all in here.data
: Keep all data here locally, it might not be feasible to push all data files in Github. If you want to automatically exclude the files that are ofdata
types then include thedata extension
to.gitignore
file. Files with.dta
extension indata
folders will not be included by default.doc
: All necessary data documentationoutput
: Shareable resultspub
: Manuscripts/Visualizations etc