Initial commit
This commit is contained in:
27
skills/spec-manager/templates/chore-template.md
Normal file
27
skills/spec-manager/templates/chore-template.md
Normal file
@@ -0,0 +1,27 @@
|
||||
# [Chore Name]
|
||||
|
||||
<purpose>
|
||||
What maintenance task, tooling update, or dependency change is needed and why.
|
||||
</purpose>
|
||||
|
||||
<changes>
|
||||
What will be changed:
|
||||
- Dependency updates
|
||||
- Configuration changes
|
||||
- Build/CI improvements
|
||||
- Tooling modifications
|
||||
</changes>
|
||||
|
||||
<impact>
|
||||
Impact on the project:
|
||||
- Breaking changes (if any)
|
||||
- Required developer actions
|
||||
- Environment or setup changes
|
||||
</impact>
|
||||
|
||||
<verification>
|
||||
How to verify the changes work:
|
||||
- Build/CI checks
|
||||
- Local development verification
|
||||
- Deployment verification (if applicable)
|
||||
</verification>
|
||||
Reference in New Issue
Block a user