From 593a7e90df98c996a70bc9d3f68feeb75071e277 Mon Sep 17 00:00:00 2001 From: vit100-trader Date: Wed, 6 Aug 2025 12:42:05 -0400 Subject: [PATCH 1/2] Update using-yaml-frontmatter.md Title tag is required according to this code: https://github.com/github/docs/blob/f584b8f16867a48d2268deb733acce68484299d4/src/frame/lib/frontmatter.js#L40 --- .../writing-for-github-docs/using-yaml-frontmatter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/contributing/writing-for-github-docs/using-yaml-frontmatter.md b/content/contributing/writing-for-github-docs/using-yaml-frontmatter.md index 59fcf89afd41..d15dde0c3821 100644 --- a/content/contributing/writing-for-github-docs/using-yaml-frontmatter.md +++ b/content/contributing/writing-for-github-docs/using-yaml-frontmatter.md @@ -102,7 +102,7 @@ For more information, see [AUTOTITLE](/contributing/syntax-and-versioning-for-gi * Purpose: Set a human-friendly title for use in the rendered page's `` tag and an `h1` element at the top of the page. * Type: `String` -* Optional. If omitted, the page `<title>` will still be set, albeit with a generic value like `GitHub.com` or `GitHub Enterprise`. +* **Required**. If omitted, the page `<title>` will still be set, albeit with a generic value like `GitHub.com` or `GitHub Enterprise`. ### `shortTitle` From 4fdc43bed89e24309cbec898af6c746fc1438dc3 Mon Sep 17 00:00:00 2001 From: vit100-trader <vitaliy.markitanov@trader.ca> Date: Wed, 6 Aug 2025 12:45:22 -0400 Subject: [PATCH 2/2] Update content/contributing/writing-for-github-docs/using-yaml-frontmatter.md Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .../writing-for-github-docs/using-yaml-frontmatter.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/contributing/writing-for-github-docs/using-yaml-frontmatter.md b/content/contributing/writing-for-github-docs/using-yaml-frontmatter.md index d15dde0c3821..5e71b83b9a5e 100644 --- a/content/contributing/writing-for-github-docs/using-yaml-frontmatter.md +++ b/content/contributing/writing-for-github-docs/using-yaml-frontmatter.md @@ -102,7 +102,7 @@ For more information, see [AUTOTITLE](/contributing/syntax-and-versioning-for-gi * Purpose: Set a human-friendly title for use in the rendered page's `<title>` tag and an `h1` element at the top of the page. * Type: `String` -* **Required**. If omitted, the page `<title>` will still be set, albeit with a generic value like `GitHub.com` or `GitHub Enterprise`. +* **Required**. ### `shortTitle`