You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Ask Copilot to describe one of the projects. Explore until you find something you like.
44
44
@@ -64,7 +64,7 @@ Isn't that cool?! Now let's do it! 👩🚀
64
64
> I like it. Let's create issues for these.
65
65
> ```
66
66
67
-
1. Copilot will ask for permission to create issues on your repository. Click **Continue** for each new issue.
67
+
1. Copilot will ask for permission to create issues on your repository. Click **Continue** for each new issue. Reminder: **verify the request** before running.
1. Review the suggested issues. If Copilot didn't give a specific recommendation, try providing some feedback to narrow the results.
37
46
38
47
1. With the list narrowed, ask copilot to implement an issue. **Mona won't grade if the changes work, just that an attempt was made.**
@@ -43,10 +52,10 @@ Now, let's use our MCP server's tools and Copilot to do a bit of triage and get
43
52
> #codebase Let's do the first one. Follow these steps:
44
53
> 1. Checkout a new local branch for making our changes.
45
54
> 2. Make the changes then confirm with me that they look correct.
46
-
> 3. Push the changes and start a pull request. Make sure to link this issue and the new PR.
55
+
> 3. Push the changes and start a pull request.
47
56
> ```
48
57
49
-
> ⚠️ **Warning:** Always verify the the actions Copilot is asking to perform, especially with the external abilities provided by an MCP server.
58
+
> ⚠️ **Warning:** Always verify the the actions Copilot is asking to perform, especially with the external abilities provided by an MCP server, which probably have no undo option.
50
59
51
60
1. Once the pull request is created, Mona will start checking your work. Give her a moment and keep watch of the comments. You will see her respond with progress info and the next step!
Copy file name to clipboardExpand all lines: .github/steps/4-step.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ While AI assistants like GitHub Copilot can dramatically improve productivity, i
15
15
16
16
> ✨ **Bonus:** If your Copilot subcription provides it, you can also use a specialised version of Copilot to [review the changes](https://docs.github.com/en/copilot/using-github-copilot/code-review/using-copilot-code-review?tool=webui).
17
17
18
-
1. Review the changes. When you are satisfied, merge the pull request and verify the linked issue also closed.
18
+
1. Review the changes. When you are satisfied, merge the pull request.
19
19
20
20
1. Return to VS code and the active **Copilot Chat** session.
0 commit comments