cmc/org-templates

Org-mode templates.

clone: git clone https://gitbay.org/cmc/org-templates.git

main: README.md · raw

 1This repository contains reusable Org-mode templates intended for
 2structured documentation of various workflows. Templates are grouped by
 3domain under the `templates/` directory.
 4
 5# Directory Structure
 6
 7The repository is organized as follows:
 8
 9| Directory | Description |
10|----|----|
11| audit | Templates for IT auditing and review |
12| finance | Templates for budgeting and expense tracking |
13| generic | General-purpose templates for journaling, planning, and note-taking |
14| infrastructure | Templates for documenting systems, networks, and architecture |
15| ops | Templates for operational tasks such as runbooks and change management |
16| programming | Templates for development tasks such as code review and bug tracking |
17| security | Templates for incident response and threat modeling |
18
19# Usage Instructions
20
21Templates are written in standard Org-mode format and can be inserted
22manually or integrated with Emacs systems such as `org-capture` or
23`yasnippet`. No special tooling is required.
24
25# Contribution Policy
26
27Contributions are accepted in the form of additional templates,
28modifications to existing templates, or structural improvements to the
29repository. Submissions must maintain the plain text, structured, and
30minimal nature of the project.