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

Last updated by TiagoAraujo about 9 years ago.See history

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.

create repository bad
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

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

We open source. Powered by GitHub