diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md new file mode 100644 index 000000000..6c14bb166 --- /dev/null +++ b/.github/copilot-instructions.md @@ -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.