Skip to content

docs: define frontmatter and demystify jargon in Quick Start#29352

Merged
pelikhan merged 2 commits into
mainfrom
copilot/fix-quick-start-documentation
Apr 30, 2026
Merged

docs: define frontmatter and demystify jargon in Quick Start#29352
pelikhan merged 2 commits into
mainfrom
copilot/fix-quick-start-documentation

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 30, 2026

The Quick Start guide introduced "frontmatter" (and "YAML") in Step 4 without prior definition — a documented blocker for new users reaching the customization step.

Changes

  • Step 4 — new NOTE callout: defines frontmatter (configuration between --- markers) vs. the body (natural language instructions), and clarifies which requires recompiling and which doesn't — placed before the numbered list so users have context before hitting item 3

  • Step 4, item 3: removed "YAML" from both the description ("YAML configuration block""configuration block") and the instruction ("regenerate the workflow YAML""regenerate the compiled workflow")

  • Step 2, item 4: expanded "lock file" to "workflow file (.md) and its compiled lock file (.lock.yml)" — the term appeared without explanation

Copilot AI changed the title [WIP] Fix Quick Start documentation to explain 'frontmatter' and terms docs: define frontmatter and demystify jargon in Quick Start Apr 30, 2026
Copilot AI requested a review from gh-aw-bot April 30, 2026 16:20
@pelikhan pelikhan marked this pull request as ready for review April 30, 2026 16:28
Copilot AI review requested due to automatic review settings April 30, 2026 16:28
@pelikhan pelikhan merged commit 2ec00ea into main Apr 30, 2026
3 checks passed
@pelikhan pelikhan deleted the copilot/fix-quick-start-documentation branch April 30, 2026 16:28
Copy link
Copy Markdown
Contributor

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

Updates the Quick Start guide to define “frontmatter” before it’s used and to reduce unexplained jargon during workflow customization.

Changes:

  • Added a Step 4 NOTE explaining frontmatter vs. body and when recompilation is required.
  • Removed “YAML” terminology in Step 4 item 3 and reframed the instruction around recompiling the workflow.
  • Clarified “lock file” in Step 2 item 4 by naming the .md source and .lock.yml compiled output.
Show a summary per file
File Description
docs/src/content/docs/setup/quick-start.mdx Adds frontmatter definition and clarifies workflow/lock-file terminology in the Quick Start.

Copilot's findings

Tip

Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

  • Files reviewed: 1/1 changed files
  • Comments generated: 1


1. Open the workflow markdown file located at `.github/workflows/daily-repo-status.md` in your repository.

2. Edit the section "What to include" to list things you are having trouble with regularly in your repository: your issue blacklog, your CI setup, your testing, the performance of your software, your roadmap. Any or all of these, or anything else you want to improve. You can also customize the style and process sections to guide the coding agent's behavior.
@github-actions github-actions Bot mentioned this pull request Apr 30, 2026
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.

[deep-report] Fix Quick Start documentation: explain 'frontmatter' and technical terms before first use

4 participants