Initial commit
This commit is contained in:
44
commands/pp-init-assets/templates/subproject/CHANGELOG.md
Normal file
44
commands/pp-init-assets/templates/subproject/CHANGELOG.md
Normal file
@@ -0,0 +1,44 @@
|
||||
# {{SUBPROJECT_NAME}} Changelog
|
||||
|
||||
{{SUBPROJECT_NAME}}-specific changes. See root CHANGELOG for cross-project changes.
|
||||
|
||||
Reverse chronological. Newest first.
|
||||
|
||||
---
|
||||
|
||||
## Archived Changelogs
|
||||
|
||||
| Archive | Period | Topics |
|
||||
|---------|--------|--------|
|
||||
| (none yet) | - | - |
|
||||
|
||||
---
|
||||
|
||||
## {{DATE}} | Subproject Created
|
||||
|
||||
**Changes**:
|
||||
- Created {{SUBPROJECT_NAME}}/ subproject structure
|
||||
- Initial files added
|
||||
|
||||
**Context**:
|
||||
- {{CREATION_CONTEXT}}
|
||||
|
||||
---
|
||||
|
||||
<!--
|
||||
Template:
|
||||
|
||||
## YYYY-MM-DD | Commit: <hash>
|
||||
|
||||
**Tasks Completed**:
|
||||
- [T###] Description
|
||||
|
||||
**Changes**:
|
||||
- What was added/modified/removed
|
||||
|
||||
**Usage**:
|
||||
- How to use what was added
|
||||
|
||||
**Context**:
|
||||
- Why, decisions made
|
||||
-->
|
||||
Reference in New Issue
Block a user