Skip to content

Commit a90661c

Browse files
committed
fix(prerequisites): add Git and GitHub experience requirement to multiple modules
1 parent 73128a5 commit a90661c

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

  • learn-pr/wwl-azure
    • configure-customize-github-copilot-visual-studio-code
    • resolve-github-issues-github-copilot-agent
    • resolve-github-secret-scanning-alerts-github-copilot-agent

learn-pr/wwl-azure/configure-customize-github-copilot-visual-studio-code/index.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ abstract: |
1717
- Configure and use agent handoffs to orchestrate multi-step development workflows.
1818
- Implement a real-world scenario by defining custom instructions and chaining multiple custom agents to collaboratively complete a coding task.
1919
prerequisites: |
20+
- Experience using Git and GitHub for version control.
2021
- Experience using GitHub Copilot Chat in Visual Studio Code.
2122
- Experience developing C# applications.
2223
iconUrl: /learn/achievements/generic-badge.svg

learn-pr/wwl-azure/resolve-github-issues-github-copilot-agent/index.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ abstract: |
1717
- Use GitHub Copilot's Ask mode to analyze the code vulnerabilities associated with a GitHub issue and suggest potential fixes.
1818
- Use GitHub Copilot's Agent mode to fix code vulnerabilities and resolve GitHub issues.
1919
prerequisites: |
20+
- Experience using Git and GitHub for version control.
2021
- Experience using GitHub Copilot in Visual Studio Code.
2122
- Experience developing C# applications.
2223
iconUrl: /learn/achievements/generic-badge.svg

learn-pr/wwl-azure/resolve-github-secret-scanning-alerts-github-copilot-agent/index.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ abstract: |
1919
- Analyze security alerts using GitHub Copilot's Ask mode.
2020
- Remediate hard-coded secrets using GitHub Copilot's Agent mode.
2121
prerequisites: |
22+
- Experience using Git and GitHub for version control.
2223
- Experience using GitHub Copilot in Visual Studio Code.
2324
- Experience developing C# applications.
2425
iconUrl: /learn/achievements/generic-badge.svg

0 commit comments

Comments
 (0)