From 3f91b46dc28b0259357579e0d2b37d6a0fb48b05 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Sun, 7 Dec 2025 00:07:17 +0200 Subject: [PATCH 1/3] Update style-guide.md --- contributing-guides/style-guide.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contributing-guides/style-guide.md b/contributing-guides/style-guide.md index 49c0c05dcfc555..064e51f2392ab4 100644 --- a/contributing-guides/style-guide.md +++ b/contributing-guides/style-guide.md @@ -325,6 +325,8 @@ For Windows command prompt, prepend and append the environment variable with a p Whereas for Powershell, prepend the environment variable with a dollar sign, Env and a colon, then enclose it with backticks (`$Env:VARIABLE_NAME`). For example: "Manage the `$Env:JAVA_HOME` environment variable". +When describing file formats, either use the brand name like JSON, or prepend the file extensions with a dot like `.warts`. + ### Standardized Terms Some terms are used repeatedly throughout pages, and as such, should be standardized. These include: From 14ee29eee6aff9b33539ab8926f9e60857083fb7 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Sun, 7 Dec 2025 14:11:32 +0200 Subject: [PATCH 2/3] Update style-guide.md --- contributing-guides/style-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing-guides/style-guide.md b/contributing-guides/style-guide.md index 064e51f2392ab4..39faf2c03ce5f3 100644 --- a/contributing-guides/style-guide.md +++ b/contributing-guides/style-guide.md @@ -325,7 +325,7 @@ For Windows command prompt, prepend and append the environment variable with a p Whereas for Powershell, prepend the environment variable with a dollar sign, Env and a colon, then enclose it with backticks (`$Env:VARIABLE_NAME`). For example: "Manage the `$Env:JAVA_HOME` environment variable". -When describing file formats, either use the brand name like JSON, or prepend the file extensions with a dot like `.warts`. +When describing file formats, primarily use the brand name like JSON, or prepend the file extensions with a dot like `.txt`. ### Standardized Terms From 265445d4b31331b4e9ea9bc7d0975000da838967 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Sun, 7 Dec 2025 21:53:36 +0200 Subject: [PATCH 3/3] Update contributing-guides/style-guide.md Co-authored-by: Waldir Pimenta --- contributing-guides/style-guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing-guides/style-guide.md b/contributing-guides/style-guide.md index 39faf2c03ce5f3..bcb898a2d2f1e5 100644 --- a/contributing-guides/style-guide.md +++ b/contributing-guides/style-guide.md @@ -325,7 +325,7 @@ For Windows command prompt, prepend and append the environment variable with a p Whereas for Powershell, prepend the environment variable with a dollar sign, Env and a colon, then enclose it with backticks (`$Env:VARIABLE_NAME`). For example: "Manage the `$Env:JAVA_HOME` environment variable". -When describing file formats, primarily use the brand name like JSON, or prepend the file extensions with a dot like `.txt`. +When describing file formats, primarily use the brand name in plain text (e.g. JSON, SQLite), or use the file extension preceded by a dot, wrapped in backticks (e.g. `.txt`). ### Standardized Terms