From 317b8f077b32e63d75fb79c9a2c1992871739b80 Mon Sep 17 00:00:00 2001 From: AndreasK <64101884+akreit@users.noreply.github.com> Date: Mon, 29 Dec 2025 13:13:08 +0100 Subject: [PATCH] Create instructions for PR guidelines Added general guidelines for PR summaries and code improvements. --- .github/instructions/*.instructions.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/instructions/*.instructions.md diff --git a/.github/instructions/*.instructions.md b/.github/instructions/*.instructions.md new file mode 100644 index 0000000..c592623 --- /dev/null +++ b/.github/instructions/*.instructions.md @@ -0,0 +1,8 @@ +# General guidelines + +* keep PR summaries concise +* suggest improvements with regards to: + * code readability & maintainability + * make sure new code is a) testable and b) tested + +TODO: extend this file, see comprehensive example here: https://github.com/github/awesome-copilot/blob/main/prompts/copilot-instructions-blueprint-generator.prompt.md