Is your feature request related to a problem? Please describe.
Tier 3 & Tier 4 README.md includes a Repository Structure section. Currently, our users must do this manually, however this is an opportunity to automate this upon README.md file creation by creating a GitHub action that uses the tree command.
Describe the intended behavior
Upon the creation of the README.md file, the repository structure is automatically generated using the tree command.
Describe the solution you'd like
Create a GitHub action that uses the tree command to generate the repository structure section of the README.md.
Is your feature request related to a problem? Please describe. Tier 3 & Tier 4 README.md includes a Repository Structure section. Currently, our users must do this manually, however this is an opportunity to automate this upon README.md file creation by creating a GitHub action that uses the tree command.
Describe the intended behavior Upon the creation of the README.md file, the repository structure is automatically generated using the
tree
command.Describe the solution you'd like Create a GitHub action that uses the tree command to generate the repository structure section of the README.md.