From 8118c14a329027b2fefb7b863781fae52328e209 Mon Sep 17 00:00:00 2001 From: Yegor Bugayenko Date: Fri, 2 May 2025 11:49:04 +0300 Subject: [PATCH] no title case --- styles/offense.md | 1 + styles/order.md | 1 + styles/summary.md | 1 + 3 files changed, 3 insertions(+) diff --git a/styles/offense.md b/styles/offense.md index c9667f4..52b2de5 100644 --- a/styles/offense.md +++ b/styles/offense.md @@ -6,5 +6,6 @@ - The title may NOT sound like a task order or a suggestion - Don't use words like ERROR or BUG, instead explicitly say what kind of error is there - Use aggressive tone, to ephasize the problem at hands +- Don't use Title Case, instead write the title as a normal sentence (don't capitalize words in the middle of it) {include:_footer.md} diff --git a/styles/order.md b/styles/order.md index 18eba17..a62aab1 100644 --- a/styles/order.md +++ b/styles/order.md @@ -5,5 +5,6 @@ - The title MUST sound like a task order, starting with a verb - Don't use words like ERROR or BUG, instead explicitly say what kind of error is there - Use polite tone, to encourange programmers to work with this issue +- Don't use Title Case, instead write the title as a normal sentence (don't capitalize words in the middle of it) {include:_footer.md} diff --git a/styles/summary.md b/styles/summary.md index da3a888..c054b38 100644 --- a/styles/summary.md +++ b/styles/summary.md @@ -5,5 +5,6 @@ - The title must be a summarization of the problem or an ABSTRACT - Don't use words like ERROR or BUG, instead explicitly say what kind of error is there - Use neutral tone, to make the title sound like a title of a book or a paper +- Don't use Title Case, instead write the title as a normal sentence (don't capitalize words in the middle of it) {include:_footer.md}