From 23c8204c242a4d48a89db6e969deaa7ee7db10e8 Mon Sep 17 00:00:00 2001 From: bepuzzled <17093421+bepuzzled@users.noreply.github.com> Date: Mon, 18 Aug 2025 11:55:28 -0400 Subject: [PATCH] Improved guidelines for PR title capitalization (#9263) --- editions/tw5.com/tiddlers/community/Contributing.tid | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/editions/tw5.com/tiddlers/community/Contributing.tid b/editions/tw5.com/tiddlers/community/Contributing.tid index 332467405..7687e0e95 100644 --- a/editions/tw5.com/tiddlers/community/Contributing.tid +++ b/editions/tw5.com/tiddlers/community/Contributing.tid @@ -1,5 +1,5 @@ created: 20131101111400000 -modified: 20220328105410721 +modified: 20250818012527342 tags: Community title: Contributing type: text/vnd.tiddlywiki @@ -16,7 +16,7 @@ PRs must meet these minimum requirements before they can be considered for mergi * The author must sign the Contributors License Agreement (see below) * Each PR should only make a single feature change * The title of the PR should be 50 characters or less -* The title of the PR should be capitalised, and should not end with a period +* The title of the PR should be capitalised (first letter of first word only, and proper nouns if any), and should not end with a period * The title of the PR should be written in the imperative mood. See below * Adequate explanation in the body of the PR for the motivation and implementation of the change. Focus on the //why// and //what//, rather than the //how// * PRs must be self-contained. Although they can link to material elsewhere, everything needed to understand the intention of the PR should be included