Skip to content

Commit 663c665

Browse files
committed
cleanup
1 parent b1c1848 commit 663c665

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/copilot-instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This document provides guidelines and best practices for using GitHub Copilot in
44

55
## General Guidelines
66

7-
1. **Test-Driven Development**: Write unit tests for all new functions and features. Use `pytest` for Python and appropriate testing frameworks for Node.js.
7+
1. **Test-Driven Development**: Write unit tests for all new functions and features. Use `pytest` for Python.
88
2. **Environment Variables**: Use [Environment Variables Guide](../docs/env-vars.md) for configuration. Avoid hardcoding sensitive information.
99
3. **Documentation**: Prefer self-explanatory code; add documentation only if explicitly requested by the developer.
1010

0 commit comments

Comments
 (0)