When we're generating the "tree printout" for a public GitHub repo, if we recognize any common folders, we should include little comments next to those folders in the printout.
For instance, if we find a folder called src/ at the root directory of the repo, then that folder should have a comment next to it like this:
This issue involves implementing this functionality, as well as deciding what common folders we will look for and what comments we should put next to them in the generated printout.
When we're generating the "tree printout" for a public GitHub repo, if we recognize any common folders, we should include little comments next to those folders in the printout.
For instance, if we find a folder called
src/
at the root directory of the repo, then that folder should have a comment next to it like this:This issue involves implementing this functionality, as well as deciding what common folders we will look for and what comments we should put next to them in the generated printout.