Feature Name: [Feature Name]
Version: [Version when added]
Date: [Implementation Date]
Status: [Development/Testing/Released]
Brief description of what this feature does and why it was added.
path/to/new/file.html - Description
path/to/another/file.css - Description
existing/file.html - Changes made
another/file.yml - Configuration updates
# Example configuration
feature_name:
enabled: true
option1: value
option2: value
<!-- Example usage -->
<div class="feature-class">
Content here
</div>
---
# Front matter example
feature_enabled: true
feature_options:
- option1
- option2
---
Q: Common question about the feature?
A: Answer with clear explanation.
Q: Another frequent question?
A: Detailed response with examples.
If migrating from older implementations:
Maintained By: [Developer Name/Team]
Last Updated: [Date]
Next Review: [Date]