You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/copilot-instructions.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ This document provides guidelines and best practices for using GitHub Copilot in
4
4
5
5
## General Guidelines
6
6
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.
8
8
2.**Environment Variables**: Use [Environment Variables Guide](../docs/env-vars.md) for configuration. Avoid hardcoding sensitive information.
9
9
3.**Documentation**: Prefer self-explanatory code; add documentation only if explicitly requested by the developer.
0 commit comments