Folder guidelines from top-level:
src
: source codeassets
: non-code files (images)docs
: documentation, preferably in Markdowntests
: unit tests.github
: for automatic building? idk
In the top-level folder, it’s good practice to have:
.gitignore
README.md
LICENSE