mirror of
https://github.com/dnlbauer/dotfiles.git
synced 2026-09-10 21:45:30 +00:00
415 B
415 B
Fix Bug
Fix a given bug or broken feature described by the user.
Process
- Reproduce the issue
- Write failing test that demonstrates the bug
- Implement the fix
- Verify test passes
- Run full test suite
- Review code changes
Best Practices
- Keep changes focused on the specific bug
- Include regression tests
- Update documentation if behavior changes
- Consider edge cases and related issues