Github Repository standards. READ THIS FIRST! before creating new repositories
The following naming convention applies to github repos:
dept-[platform]-project
dept = Department owner (standardized abbreviation is acceptable)
platform (optional) = Technology platform repo applies to (AzureML, GCP, Terraform). Used to distinguish multiple projects on the same tech stack.
project = short project name
- Use camelCase
- Hyphens not underscores
Department | Abbreviation |
---|---|
Data & Analytics | data |
Infrastructure | infra |
Salesforce Dev | sf |
Web dev | web |