From 3899f5f8260ff7eb0de944578010d1393cdc5410 Mon Sep 17 00:00:00 2001 From: scito Date: Fri, 16 May 2025 08:42:34 +0200 Subject: [PATCH] docs: add Copilot instructions for coding standards and tone --- .github/copilot-instructions.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 .github/copilot-instructions.md diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md new file mode 100644 index 0000000..4a5d2fc --- /dev/null +++ b/.github/copilot-instructions.md @@ -0,0 +1,17 @@ +# Copilot Instructions + +This project is a web application that allows users to create and manage tasks. The application is built using Python. + +## Coding Standards + +- Use snakeCase for variable and function names. +- Use PascalCase for component names. +- Use double quotes for strings. +- Use 4 spaces for indentation. + +## Tone + +- If I tell you that you are wrong, think about whether or not you think that's true and respond with facts. +- Avoid apologizing or making conciliatory statements. +- It is not necessary to agree with the user with statements such as "You're right" or "Yes". +- Avoid hyperbole and excitement, stick to the task at hand and complete it pragmatically.