From 6b9c0e917bda1203c6a2004d2d7121b57fe2aee7 Mon Sep 17 00:00:00 2001 From: sajolida Date: Sun, 11 Nov 2018 07:49:30 +0000 Subject: [PATCH] Add "UEFI Secure Boot" to our writing style guide --- wiki/src/contribute/how/documentation/style_guide.mdwn | 5 +++++ wiki/src/news/plans_for_2019.mdwn | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/wiki/src/contribute/how/documentation/style_guide.mdwn b/wiki/src/contribute/how/documentation/style_guide.mdwn index 76954f104f..51f05470f8 100644 --- a/wiki/src/contribute/how/documentation/style_guide.mdwn +++ b/wiki/src/contribute/how/documentation/style_guide.mdwn @@ -105,6 +105,11 @@ The word *persistence* can be omitted if it is redundant from the context (for example on [[doc/first_steps/persistence/configure]]). +- **Secure Boot** + + Capitalize as a brand or feature. Writing *secure boot* would make it + sound more like a magic security feature (which it is not). + - **serial comma** Place a [[!wikipedia serial comma]] immediately before the diff --git a/wiki/src/news/plans_for_2019.mdwn b/wiki/src/news/plans_for_2019.mdwn index 5ce16399a1..13aa1cd4f5 100644 --- a/wiki/src/news/plans_for_2019.mdwn +++ b/wiki/src/news/plans_for_2019.mdwn @@ -8,7 +8,7 @@ they are still a major difficulty for new users: finally make it easy to install Tails on macOS (and also easier on Windows and Linux). -- We will add support for **secure boot** as it will be available in +- We will add support for **Secure Boot** as it will be available in Debian 10 (Busted), planned for mid 2019. - We will **get rid of manual upgrades** and make it possible to always -- GitLab