Common Templates¶
This document describes the standard templates used across all business units for maintaining consistent documentation.
Overview¶
Our template system provides standardized formats for: - Category documentation - Requirements specification - Validation procedures
Category Template¶
The category template (category.md.j2) provides a standard structure for documenting standards specific to each business unit or technology category.
Structure¶
| Markdown | |
|---|---|
Usage¶
- Copy the template from
standards/_templates/category.md.j2 - Replace placeholders:
{{ category_name }}: Name of the category{{ sections }}: List of standard sections{{ current_date }}: Current date for versioning
Requirements Template¶
The requirements template (requirements.md.j2) standardizes how we document technical requirements and specifications.
Structure¶
| Markdown | |
|---|---|
Usage¶
- Copy from
standards/_templates/requirements.md.j2 - Define:
- Core requirements with priorities
- Technical specifications
- Dependencies and versions
- Compliance requirements
Validation Template¶
The validation template (validation.md.j2) ensures consistent quality assurance across projects.
Structure¶
| Markdown | |
|---|---|
Usage¶
- Copy from
standards/_templates/validation.md.j2 - Configure:
- Test coverage requirements
- Quality thresholds
- Validation procedures
- Monitoring metrics
Best Practices¶
- Template Customization
- Keep core structure intact
- Add category-specific sections as needed
-
Maintain consistent formatting
-
Version Control
- Document all template changes
- Update version history
-
Notify stakeholders of changes
-
Integration
- Link related documents
- Reference relevant standards
- Maintain documentation hierarchy
Template Maintenance¶
- Regular Reviews
- Quarterly template audits
- Update based on feedback
-
Ensure alignment with standards
-
Change Process
- Submit template changes via PR
- Include change justification
- Update all dependent docs