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.