We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4aff354 commit 23581efCopy full SHA for 23581ef
.github/copilot-instructions.md
@@ -110,7 +110,6 @@ When working with this codebase:
110
1. Always maintain the dark theme aesthetic
111
2. Use the provided scripts for common operations
112
3. Follow the established patterns for API responses and component structure
113
+4. Utilize the tests to validate app behavior; don't launch the app or run `curl` commands to do so
114
4. Ensure type safety in both Python and TypeScript code
-5. Consider the educational context when suggesting improvements
115
-6. Test changes using the appropriate testing frameworks
116
-7. Keep code readable and well-documented for learning purposes
+5. Test changes using the appropriate testing frameworks
0 commit comments