From 2cb25f4cac46efacb938d294b3b248144c46867f Mon Sep 17 00:00:00 2001 From: bschnurr Date: Mon, 23 Feb 2026 16:13:53 -0800 Subject: [PATCH] Add PR creation skill for Copilot Add .github/instructions/pr.instructions.md to ensure PRs always include a bug or debt label. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .github/instructions/pr.instructions.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/instructions/pr.instructions.md diff --git a/.github/instructions/pr.instructions.md b/.github/instructions/pr.instructions.md new file mode 100644 index 00000000..351f7f0c --- /dev/null +++ b/.github/instructions/pr.instructions.md @@ -0,0 +1,10 @@ +--- +description: When creating pull requests +--- + +# PR Creation Skill + +When creating pull requests, always include one of these labels: + +- `bug` — for bug fixes +- `debt` — for technical debt improvements