Do you know to the requirements to create a new repository?
Loading last updated info...
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.
❌ 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
✅ Figure: Good Example – As well as a good repository name and description, a ReadMe, .gitignore and license will be included in the repository.