Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ This course is designed for:
- **Terminal users** who prefer keyboard-driven workflows over IDE integrations
- **Teams looking to standardize** AI-assisted code review and development practices

<a href="https://aka.ms/githubcopilotdevdays" target="_blank">
Copy link

Copilot AI Mar 10, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The link uses target="_blank" without a corresponding rel attribute. Please add rel="noopener noreferrer" (or drop target="_blank") to prevent reverse-tabnabbing and follow common security guidance for external links.

Suggested change
<a href="https://aka.ms/githubcopilotdevdays" target="_blank">
<a href="https://aka.ms/githubcopilotdevdays" target="_blank" rel="noopener noreferrer">

Copilot uses AI. Check for mistakes.
<picture>
<img src="./images/copilot-dev-days.png" alt="GitHub Copilot Dev Days - Find or host an event" width="100%" />
</picture>
Comment on lines +25 to +27
Copy link

Copilot AI Mar 10, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The wrapper currently contains only an and no elements, so it doesn’t provide any behavior over a plain . Consider removing (or adding sources if different formats/resolutions are intended) to keep the README markup simpler.

See below for a potential fix:

  <img src="./images/copilot-dev-days.png" alt="GitHub Copilot Dev Days - Find or host an event" width="100%" />
</a>

## 🎯 What You'll Learn

This hands-on course takes you from zero to productive with GitHub Copilot CLI. You'll work with a single Python book collection app throughout all chapters, progressively improving it using AI-assisted workflows. By the end, you'll confidently use AI to review code, generate tests, debug issues, and automate workflows: all from your terminal.

This hands-on course takes you from zero to productive with GitHub Copilot CLI. You'll work with a single Python book collection app throughout all chapters, progressively improving it using AI-assisted workflows. By the end, you'll confidently use AI to review code, generate tests, debug issues, and automate workflows: all from your terminal.

Copilot uses AI. Check for mistakes.
</a>

## 🎯 What You'll Learn

This hands-on course takes you from zero to productive with GitHub Copilot CLI. You'll work with a single Python book collection app throughout all chapters, progressively improving it using AI-assisted workflows. By the end, you'll confidently use AI to review code, generate tests, debug issues, and automate workflows: all from your terminal.
Expand Down
Binary file added images/copilot-dev-days.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading