-
Notifications
You must be signed in to change notification settings - Fork 14
Description
Just some suggestions.
First add a README.md. It's unclear what is recommended way to use it.
My assumption was first that it was going to be repo that r96 model packs are based on, and people able to clone (and later pull) to keep current rolling version.
Then a subdir appeared with bunch of old versions. Not something I needed to git pull. Suggestion: Either move those to releases section (ideal, and will be permanent url), or if you really want to keep them in the repository, make another branch for them, so can clone --single branch and not get the entire back catalog, and less likely for them to change if in a branch nobody is using for development.
Second, please don't use spaces in foldernames in a git repo. It makes it inconvenient to type, have to use quotes or escape characters, etc, and can lead to potential problems unless you're careful. Its far easier and more conventional to not use spaces. So if you do move to another branch, and do use a subfolder, just call it archived or something. But better just to add to releases, but if you must keep in repo for some reason and use another branch, call the branch archived and dont use subdirs in it at all.