Initial commit
This commit is contained in:
25
skills/spec-manager/templates/fix-template.md
Normal file
25
skills/spec-manager/templates/fix-template.md
Normal file
@@ -0,0 +1,25 @@
|
||||
# [Bug Fix Name]
|
||||
|
||||
<problem>
|
||||
Description of the bug or issue. What is broken and how it manifests.
|
||||
</problem>
|
||||
|
||||
<root_cause>
|
||||
Why the bug occurs - the underlying cause.
|
||||
</root_cause>
|
||||
|
||||
<solution>
|
||||
How to fix it:
|
||||
- Approach to resolve the issue
|
||||
- Components that need changes
|
||||
- Any side effects to consider
|
||||
|
||||
Keep implementation details minimal.
|
||||
</solution>
|
||||
|
||||
<testing>
|
||||
How to verify the fix:
|
||||
- Reproduce steps that should now work
|
||||
- Regression tests to ensure nothing breaks
|
||||
- Edge cases related to the bug
|
||||
</testing>
|
||||
Reference in New Issue
Block a user