From f74c3489db77fed028a4f5c8f8acb8662cad0b7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Signe=20Kirk=20Br=C3=B8db=C3=A6k?= <40836345+signekb@users.noreply.github.com> Date: Mon, 13 May 2024 09:51:55 +0200 Subject: [PATCH] fix: change headers to sentence case Quoting @lwjohnst86 : General style guidelines (for documents) tend to suggest sentence case for headers, unless following very specific style guides like MLA/Chicago. E.g. https://developers.google.com/style/capitalization and https://learn.microsoft.com/en-us/powershell/scripting/community/contributing/general-markdown?view=powershell-7.4 and https://www.grammarly.com/blog/title-case-sentence-case/ and https://www.gov.uk/guidance/style-guide/a-to-z-of-gov-uk-style --- _template.qmd | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/_template.qmd b/_template.qmd index 899e475..7cb4c43 100644 --- a/_template.qmd +++ b/_template.qmd @@ -10,21 +10,21 @@ categories: Use other decision posts as inspiration to writing these. ::: -## Context and Problem Statement +## Context and problem statement ::: content-hidden State the context and some background on the issue, then write a statement in the form of a question for the problem. ::: -## Decision Drivers +## Decision drivers ::: content-hidden List some reasons for why we need to make this decision and what things have arisen that impact work. ::: -## Considered Options +## Considered options ::: content-hidden List and describe some of the options, as well as some of the benefits and @@ -46,7 +46,7 @@ drawbacks for each option. ::: ::: -## Decision Outcome +## Decision outcome ::: content-hidden What decision was made, use the form "We decided on CHOICE because of