Skip to content

Docs/microsoft learn mcp server#14

Merged
DanWahlin merged 2 commits intomainfrom
docs/microsoft-learn-mcp-server
Mar 10, 2026
Merged

Docs/microsoft learn mcp server#14
DanWahlin merged 2 commits intomainfrom
docs/microsoft-learn-mcp-server

Conversation

@DanWahlin
Copy link
Collaborator

This pull request adds a promotional banner for GitHub Copilot Dev Days to the README.md file. This visual element links to the event page and is intended to increase awareness and participation among users of the course.

Documentation updates:

  • Added a clickable banner image for "GitHub Copilot Dev Days" at the top of the README.md, linking to the event information page.

Copilot AI review requested due to automatic review settings March 10, 2026 19:02
@DanWahlin DanWahlin merged commit f201a68 into main Mar 10, 2026
2 of 3 checks passed
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

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.md pointing to https://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">
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.
Comment on lines +25 to +27
<picture>
<img src="./images/copilot-dev-days.png" alt="GitHub Copilot Dev Days - Find or host an event" width="100%" />
</picture>
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.
@DanWahlin DanWahlin deleted the docs/microsoft-learn-mcp-server branch March 10, 2026 19:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants