-
-
Notifications
You must be signed in to change notification settings - Fork 62
blog: add video embed to Dakota Alpha 1 post #765
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| # Bluefin Documentation — Copilot Instructions | ||
|
|
||
| Source of truth: [`AGENTS.md`](../AGENTS.md) | ||
|
|
||
| Read `AGENTS.md` before starting any task in this repository. |
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -5,6 +5,8 @@ authors: castrojo | |||||
| tags: [announcements] | ||||||
| --- | ||||||
|
|
||||||
| <iframe width="560" height="315" src="https://www.youtube.com/embed/UzhMA2Mw3Bc?si=a6PtI-QUnFFyhvIB" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe> | ||||||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The
Suggested change
|
||||||
|
|
||||||
| Today we celebrate a nice milestone for the project. Thanks to some awesome work by the team we have a mostly daily-driveable Alpha 1. GNOME 50 too! | ||||||
|
|
||||||
| ## What is this? | ||||||
|
|
||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This pull request violates the "One branch per logical fix" rule being introduced in this very change. It bundles unrelated documentation updates (Copilot instructions and agent workflow rules) with a blog post update. To adhere to the repository's workflow and maintain a clean git history, these changes should be split into separate pull requests.