|
---
|
|
description: Specifies practices for debugging and testing, including logging, unit tests, and ensuring all tests pass.
|
|
globs: **/*.*
|
|
---
|
|
- Include debug information in log files.
|
|
- Write unit tests for new code.
|
|
- Ensure all tests pass before merging. |