Do you know how to name a GitHub Repository?

Updated by Tiago Araújo [SSW] 3 years ago. See history

123

Consistent naming is important so that users of your GitHub account can easily find what they are looking for and so that you appear professional.

Image

❌ Figure: Bad example – Repository names are not consistently formatted

Image

😐 Figure: OK example – Repositories are following the lower-cased hyphenated format that is common for open source projects

Image

✅ Figure: Good example – Repository names are name-spaced in the format [CompanyName].[ProjectName]

acknowledgements
related rules