7 lines
289 B
Plaintext
7 lines
289 B
Plaintext
---
|
|
description: Outlines guidelines for development steps, emphasizing incremental changes, thorough testing, and clear documentation.
|
|
globs: **/*.*
|
|
---
|
|
- Make changes in small, incremental steps.
|
|
- Test changes thoroughly before committing.
|
|
- Document changes clearly in commit messages. |