From 74a104bbeaf6b32da47f9bd1a6ed3f9354600ca4 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 26 Jan 2026 20:29:30 +0000 Subject: [PATCH 1/2] Initial plan From 0035abb883c3c520fdb24abf1cec5aaca5a1e627 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 26 Jan 2026 20:31:06 +0000 Subject: [PATCH 2/2] Delete samples directory and link to awesome-copilot repo - Removed samples subdirectory (contained only one video link) - Updated README.md Quick Links section to link to awesome-copilot resources - Provides users with a more comprehensive set of examples and resources Co-authored-by: friggeri <106686+friggeri@users.noreply.github.com> --- README.md | 2 +- samples/README.md | 13 ------------- 2 files changed, 1 insertion(+), 14 deletions(-) delete mode 100644 samples/README.md diff --git a/README.md b/README.md index 17dd7bf2..f0631f3d 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ Please use the [GitHub Issues](https://github.com/github/copilot-sdk/issues) pag - **[Getting Started](./docs/getting-started.md)** – Tutorial to get up and running - **[Cookbook](./cookbook/README.md)** – Practical recipes for common tasks across all languages -- **[Samples](./samples/README.md)** – Video walkthroughs and sample projects +- **[More Resources](https://github.com/github/awesome-copilot/blob/main/collections/copilot-sdk.md)** – Additional examples, tutorials, and community resources ## Unofficial, Community-maintained SDKs diff --git a/samples/README.md b/samples/README.md deleted file mode 100644 index 283b0e2e..00000000 --- a/samples/README.md +++ /dev/null @@ -1,13 +0,0 @@ -# Samples - -## Videos - -| Title | Description | Link | -|-------|-------------|------| -| AI Powered YouTube Content Generator | Build an AI-powered tool to generate YouTube content | [Watch](https://youtu.be/6GcupNzH678) | - - - -## Contributing - -Have a sample to share? Open a PR to add it to this list.