neuroinformatics-unit / python-cookiecutter

Utility to create a basic Python project structure with tests, CI etc.
BSD 3-Clause "New" or "Revised" License
20 stars 3 forks source link

Clarify how users can create a GitHub repo #57

Open adamltyson opened 1 year ago

adamltyson commented 1 year ago

On GitHub create a new empty repository, and locally add the remote origin and push:

I'm not sure this is enough info for all users. It would be good to have instructions about what to call the repo, how to make the repo "empty" etc.