diff options
author | Christian Cleberg <hello@cleberg.net> | 2025-06-04 12:36:05 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cleberg.net> | 2025-06-04 12:36:05 -0500 |
commit | 2f03c549f4bdb74e4bcc6de0db0640a42b54e253 (patch) | |
tree | 72c32bda686362c32775105457f5f30169062559 | |
parent | ee60d254083247fe2e7d1e7892563e4b9c1ded69 (diff) | |
download | org-templates-2f03c549f4bdb74e4bcc6de0db0640a42b54e253.tar.gz org-templates-2f03c549f4bdb74e4bcc6de0db0640a42b54e253.tar.bz2 org-templates-2f03c549f4bdb74e4bcc6de0db0640a42b54e253.zip |
fix: clarify README structure
-rw-r--r-- | README.org | 21 |
1 files changed, 9 insertions, 12 deletions
@@ -10,18 +10,15 @@ documentation of various workflows. Templates are grouped by domain under the The repository is organized as follows: -- =templates/audit/= contains templates for IT auditing and review. -- =templates/finance/= contains templates for budgeting and expense tracking. -- =templates/generic/= contains general-purpose templates for journaling, - planning, and note-taking. -- =templates/infrastructure/= contains templates for documenting systems, - networks, and architecture. -- =templates/ops/= contains templates for operational tasks such as runbooks and - change management. -- =templates/programming/= contains templates for development tasks such as code - review and bug tracking. -- =templates/security/= contains templates for incident response and threat - modeling. +| Directory | Description | +|----------------+------------------------------------------------------------------------| +| audit | Templates for IT auditing and review | +| finance | Templates for budgeting and expense tracking | +| generic | General-purpose templates for journaling, planning, and note-taking | +| infrastructure | Templates for documenting systems, networks, and architecture | +| ops | Templates for operational tasks such as runbooks and change management | +| programming | Templates for development tasks such as code review and bug tracking | +| security | Templates for incident response and threat modeling | * Usage Instructions |