diff --git a/1.1.-Top-Level-Repo.-Layout.md b/1.1.-Top-Level-Repo.-Layout.md index 2f259b7..9b447a0 100644 --- a/1.1.-Top-Level-Repo.-Layout.md +++ b/1.1.-Top-Level-Repo.-Layout.md @@ -1 +1,7 @@ -s \ No newline at end of file +| Dir. Name | Description | +|------|-------------| +| `assets/` | Files to be stored in the [`assets/` directory](https://plugins.svn.wordpress.org/footnotes/assets/) on the SVN repo. (e.g., screenshots for the Plugin information page). | +| `docs/` | Automatically-generated documentation files. | +| `src/` | The source code for the Plugin itself. | +| `_tools/` | Useful Bash scripts (@todo this should eventually be merged with `.github/workflows/`). | +| `.github/` | GitHub Actions workflows and Issue templates. | \ No newline at end of file