Do you know to the requirements to create a new repository?

Updated by Brady Stroud [SSW] 1 year ago. See history

123

It is important when creating a new repository, to set it up correctly. Repositories without Descriptions, ReadMe files or licenses do not appear professionally built.

Image

❌ Figure: Bad Example – Without the correct .gitIgnore, files that should not be included in the repository will be added. Without the correct license, your project will either be under-protected or over-protected

Image

✅ Figure: Good Example – As well as a good repository name and description, a ReadMe, .gitignore and license will be included in the repository.

acknowledgements
related rules