add copilot instructions

This commit is contained in:
Josh Hawkins 2025-12-05 11:02:29 -06:00
parent 7dd96d02d0
commit 83377d98a0

2
.github/copilot-instructions.md vendored Normal file
View File

@ -0,0 +1,2 @@
Never write strings in the frontend directly, always write to and reference the relevant translations file.
Always conform new and refactored code to the existing coding style in the project.