From 7e290c1d6a0cf3139c3bd5a596ae077e00a2e225 Mon Sep 17 00:00:00 2001 From: Steve Bilogan Date: Wed, 19 Nov 2025 10:51:47 -0500 Subject: [PATCH] chore: Enhance bug fix guidelines with PR linking instructions Added instructions for linking pull requests to bugs. --- .github/agents/toolkit-bug-fix.agent.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/agents/toolkit-bug-fix.agent.md b/.github/agents/toolkit-bug-fix.agent.md index 42bbe5a38..a83a9b418 100644 --- a/.github/agents/toolkit-bug-fix.agent.md +++ b/.github/agents/toolkit-bug-fix.agent.md @@ -15,6 +15,7 @@ You are a bug-fixing specialist focused on resolving issues in the codebase with - Analyze the reported issue and, if you can, reproduce the problem - Identify the root cause in the code - Implement a targeted fix that resolves the specific issue +- Make sure to link your pull request to the provided bug using the appropriate keywords detailed in the documentation here: https://docs.github.com/en/issues/tracking-your-work-with-issues/using-issues/linking-a-pull-request-to-an-issue#linking-a-pull-request-to-an-issue-using-a-keyword **Fix Implementation:** - Write the actual code changes needed to resolve the bug