README: Don't ask for CHANGES entries, our release manager takes care of it.

This commit is contained in:
Ville Skyttä 2011-08-06 19:40:24 +03:00
parent d869f220a8
commit 52637750d1

9
README
View File

@ -374,11 +374,10 @@ guidelines in mind:
- Generate patches preferably against the git repository, with "git
format-patch origin/master" (assuming the diff was against the
origin/master branch), and don't forget the entry for the CHANGES
file if you feel that the change deserves one, and send them
preferably with "git send-email". If you don't have git available
or can't access the repository for some reason, generate patches as
unified diffs ('diff -u').
origin/master branch), and send them preferably with "git
send-email". If you don't have git available or can't access the
repository for some reason, generate patches as unified diffs
('diff -u').
- If your code was written for a particular platform, try to make it
portable to other platforms, so that everyone may enjoy it. If your