Skip to content

Repository File Structure #1

@enigma9o7

Description

@enigma9o7

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions