From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.devel Subject: Your commit 7409a79 Date: Sat, 06 Dec 2014 10:56:18 +0200 Message-ID: <83h9x917il.fsf@gnu.org> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1417856182 7000 80.91.229.3 (6 Dec 2014 08:56:22 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sat, 6 Dec 2014 08:56:22 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stephen Leake Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Dec 06 09:56:17 2014 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1XxBA0-0003ED-Mm for ged-emacs-devel@m.gmane.org; Sat, 06 Dec 2014 09:56:16 +0100 Original-Received: from localhost ([::1]:53791 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XxBA0-0005tP-Cr for ged-emacs-devel@m.gmane.org; Sat, 06 Dec 2014 03:56:16 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:49462) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XxB9s-0005tJ-0Z for emacs-devel@gnu.org; Sat, 06 Dec 2014 03:56:14 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XxB9l-0000rC-P5 for emacs-devel@gnu.org; Sat, 06 Dec 2014 03:56:07 -0500 Original-Received: from mtaout26.012.net.il ([80.179.55.182]:46956) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XxB9l-0000qb-Hs for emacs-devel@gnu.org; Sat, 06 Dec 2014 03:56:01 -0500 Original-Received: from conversion-daemon.mtaout26.012.net.il by mtaout26.012.net.il (HyperSendmail v2007.08) id <0NG500I00KG9AY00@mtaout26.012.net.il> for emacs-devel@gnu.org; Sat, 06 Dec 2014 10:54:52 +0200 (IST) Original-Received: from HOME-C4E4A596F7 ([87.69.4.28]) by mtaout26.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0NG500IRXKRGLL00@mtaout26.012.net.il>; Sat, 06 Dec 2014 10:54:52 +0200 (IST) X-012-Sender: halo1@inter.net.il X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 80.179.55.182 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:179113 Archived-At: commit 7409a79b1b2acf1229dd763f5eb7b96abc17113a Author: Stephen Leake Date: Fri Dec 5 13:13:55 2014 -0600 preparing for further changes/cleanup to developers/contributors docs * etc/CONTRIBUTE: renamed to ./CONTRIBUTE, Please always start the commit log summary line with a capital letter, and end the sentence with a period. (Actually, in the above particular case the summary line is redundant and could be omitted -- but this is a stylistic comment, not a requirement.) Also, renaming a file needs an entry in the target's ChangeLog, like this: * CONTRIBUTE: Renamed from etc/CONTRIBUTE. and it also should end with a period, not a comma. Thanks.