From 1c7cbb2ae7eeb1cf7b1f1a64308ecaed086869f4 Mon Sep 17 00:00:00 2001 From: ryoku4 <122875619+ryoku4@users.noreply.github.com> Date: Sat, 23 May 2026 00:27:23 +0900 Subject: [PATCH] docs: add general word list for consistent terminology usage Signed-off-by: ryoku4 <122875619+ryoku4@users.noreply.github.com> --- docs/contribute/doc-style-guide.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/contribute/doc-style-guide.md b/docs/contribute/doc-style-guide.md index 1d6438e68d..7ffe6bf147 100644 --- a/docs/contribute/doc-style-guide.md +++ b/docs/contribute/doc-style-guide.md @@ -371,3 +371,11 @@ the site. | app-config | Use code style: `app-config.yaml`. | | open source | Two words, lowercase (unless starting a sentence). | | backend system | Lowercase when referring to the Backstage backend framework. | + +## General word list + +A list of general terms and words to be used consistently across the site. + +| Term | Usage | +| :----- | :-------------------------------------------------------------- | +| GitHub | Use GitHub in documentation. In code, use `github` (lowercase). |