diff options
author | Joey Smith <joey@php.net> | 2000-05-03 13:33:48 +0000 |
---|---|---|
committer | Joey Smith <joey@php.net> | 2000-05-03 13:33:48 +0000 |
commit | 884a614e67227bfca63f9708afde1b0fc91dbbf9 (patch) | |
tree | ec690283cb58ec0f1e473dcf529c4bd3fdb5b77e /README.CVS-RULES | |
parent | 5df40a8a1d793ae605744286173a384343a873d3 (diff) | |
download | php-git-884a614e67227bfca63f9708afde1b0fc91dbbf9.tar.gz |
Add fact that every entry in NEWS has to have a name after it
Diffstat (limited to 'README.CVS-RULES')
-rw-r--r-- | README.CVS-RULES | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/README.CVS-RULES b/README.CVS-RULES index e865b470a7..84e8ffad3e 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 |