Skip to content

Commit d5180e6

Browse files
committed
docs: update prerequisites and instructions for assigning tasks to Copilot
1 parent d393198 commit d5180e6

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

Using-GitHub-Copilot-Coding-Agent/1-Assigning-and-Tracking.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
[← Back to Module Overview](README.md) | [Next: Custom Instructions and Code Review →](2-Instructions-and-Review.md)
22

3+
- **Prerequisites**: Copilot coding agent is available with the GitHub Copilot Pro, GitHub Copilot Pro+, GitHub Copilot Business and GitHub Copilot Enterprise plans. **NOTE:** Copilot Free does not allow the use of the Coding Agent
4+
- **Timing**: This course can be completed in under an hour.
5+
6+
37
# Assigning Tasks and Tracking Agent Sessions
48

59
## 🗒️ Part 1: Assigning Tasks to GitHub Copilot Coding Agent
@@ -23,7 +27,8 @@ This is distinct from **agent mode in your IDE**, which edits your local files i
2327

2428
### Exercise 1A: Assign an Issue to Copilot
2529

26-
1. Navigate to your repository's **Issues** tab on GitHub.com.
30+
1. Navigate to your repository's **Issues** tab on GitHub.com. **_NOTE:** If you do not see Issues in your repo, ensure they are enabled by navigating to the `settings` tab in your repo, then go to `Features` and enable `Issues`_
31+
2732
2. Create a new issue with a clear, well-scoped description. For example:
2833

2934
```
@@ -42,7 +47,7 @@ This is distinct from **agent mode in your IDE**, which edits your local files i
4247
> Copilot will begin working immediately. You'll see the issue label update to indicate an agent session is in progress.
4348
<img width="500" alt="Assigment panel for issue showing Copilot is selected and the name has an AI badge next to it." src="https://github.com/user-attachments/assets/dec2f4af-c606-4350-9911-ee109c64cf36" />
4449

45-
4. Observe that Copilot creates a new branch named `copilot/<issue-number>-<slug>` and begins opening commits.
50+
1. Observe that Copilot creates a new branch named `copilot/<issue-number>-<slug>` and begins opening commits.
4651

4752
### Exercise 1B: Trigger Copilot from a Pull Request Comment
4853

0 commit comments

Comments
 (0)