diff options
author | Andrei Zmievski <andrei@php.net> | 2001-02-05 17:11:32 +0000 |
---|---|---|
committer | Andrei Zmievski <andrei@php.net> | 2001-02-05 17:11:32 +0000 |
commit | 5de418fde4fcf5cda7d9c82c4996026e9a28d84d (patch) | |
tree | 77aa96f92c601cbc622266f3334f718bd003f47a /README.CVS-RULES | |
parent | fb057e7ea9165ead016242f849a23d98a29ff1f7 (diff) | |
download | php-git-5de418fde4fcf5cda7d9c82c4996026e9a28d84d.tar.gz |
One more notice about using names with NEWS entries.
Diffstat (limited to 'README.CVS-RULES')
-rw-r--r-- | README.CVS-RULES | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/README.CVS-RULES b/README.CVS-RULES index aded20f1a7..c766837a87 100644 --- a/README.CVS-RULES +++ b/README.CVS-RULES @@ -64,7 +64,8 @@ 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. 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. +help, put both your names there. Your name WILL NOT be automatically put +at the end of the NEWS entry - so, please provide it yourself. 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 |