Skip to content

Instantly share code, notes, and snippets.

View jonathan-vella's full-sized avatar
💭
I may be slow to respond.

Jonathan Vella jonathan-vella

💭
I may be slow to respond.
View GitHub Profile
@jonathan-vella
jonathan-vella / my-copliot-instructions.md
Last active June 19, 2025 09:08
Copilot Instructions for VS Code

GitHub Copilot Repository Instructions

Purpose: These instructions guide GitHub Copilot's code suggestions and responses for this repository. Scope: Applies to all files (**/*).

When generating code or providing suggestions, Copilot should:

  • Prioritize security and maintainability over brevity
  • Include appropriate error handling and logging
  • Follow the language-specific conventions outlined below
  • Generate tests alongside implementation code