From 884a614e67227bfca63f9708afde1b0fc91dbbf9 Mon Sep 17 00:00:00 2001 From: Joey Smith Date: Wed, 3 May 2000 13:33:48 +0000 Subject: [PATCH] Add fact that every entry in NEWS has to have a name after it --- README.CVS-RULES | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.CVS-RULES b/README.CVS-RULES index e865b470a75..84e8ffad3ed 100644 --- a/README.CVS-RULES +++ b/README.CVS-RULES @@ -62,7 +62,9 @@ in the ChangeLog. If the line begins with @, it will be redirected to the NEWS file. Everything else goes into the ChangeLog. It is important to note that if your comment or news logline spans multiple -lines, you have to put # or @ at the beginning of _every_ such line. +lines, you have to put # or @ at the beginning of _every_ such line. Every +entry in NEWS has to have a name after it, so if you did it with someone's +help, put both your names there. Example. Say you modified two files, datetime.c and string.c. In datetime.c you added a new format option for date() function, and in string.c you fixed