From 34f45e28b263769dd92f404b0f11d3e9f4b9695c Mon Sep 17 00:00:00 2001 From: Christian Thaeter Date: Wed, 12 Sep 2012 21:58:11 +0200 Subject: [PATCH] add 'DONE' to the GitCommitMessage rfc --- doc/devel/rfc/GitCommitMessageFormat.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/devel/rfc/GitCommitMessageFormat.txt b/doc/devel/rfc/GitCommitMessageFormat.txt index 2396940d3..b6c0c9237 100644 --- a/doc/devel/rfc/GitCommitMessageFormat.txt +++ b/doc/devel/rfc/GitCommitMessageFormat.txt @@ -89,6 +89,11 @@ them. Normal work doesn't have any of these keywords but just free form text. planned. Same rules as NoBug's PLANNED apply. +'DONE:':: + Final commit/merge when some noteworthy part is done. The idea here is + that finished things could be easily filtered out for our quarterly reports. + + ... any other suggestions? ...