Skip to content

Commit 2fdb554

Browse files
fix: add codebase context to step 2 (#8)
1 parent a6d1160 commit 2fdb554

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/steps/2-step.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ Let's use GitHub Copilot Agent Mode together with GitHub MCP server to work on t
4848
4949
> ✨ **Bonus:** You are welcome to try the prompt without it and if Copilot chooses to list issues in a different repository, guide it your way.
5050
51-
1. Once Copilot identifies a bug report, ask it to implement a fix:
51+
1. Once Copilot identifies a bug report, ask it to implement a fix in your codebase:
5252
5353
> <img width="13px" src="https://github.com/user-attachments/assets/98fd5d2e-ea29-4a4a-9212-c7050e177a69" /> **Prompt**
5454
>
5555
> ```prompt
56-
> Okay, let's start working on the bug report.
56+
> #codebase Okay, let's start working on the bug report.
5757
> Comment on the issue that I will take a look at the issue and try to fix it.
5858
> Introduce the changes to the activities, push the changes to a new branch, and raise a pull request to `main`.
5959
> ```

0 commit comments

Comments
 (0)