Conversation
There was a problem hiding this comment.
Pull request overview
Adds a promotional “GitHub Copilot Dev Days” banner to the repository landing page to drive users to the event page.
Changes:
- Added a new banner image asset (
images/copilot-dev-days.png). - Inserted a linked banner block near the top of
README.mdpointing tohttps://aka.ms/githubcopilotdevdays.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
| images/copilot-dev-days.png | New image asset used for the promotional banner. |
| README.md | Adds a clickable banner near the top of the README linking to the Dev Days page. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| - **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"> |
There was a problem hiding this comment.
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.
| <a href="https://aka.ms/githubcopilotdevdays" target="_blank"> | |
| <a href="https://aka.ms/githubcopilotdevdays" target="_blank" rel="noopener noreferrer"> |
| <picture> | ||
| <img src="./images/copilot-dev-days.png" alt="GitHub Copilot Dev Days - Find or host an event" width="100%" /> | ||
| </picture> |
There was a problem hiding this comment.
The and no
. Consider removing
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.
This pull request adds a promotional banner for GitHub Copilot Dev Days to the
README.mdfile. This visual element links to the event page and is intended to increase awareness and participation among users of the course.Documentation updates:
README.md, linking to the event information page.