13 Guidelines for submitting a patch
- Copy the latest GIT version of
freetalk
directory as
freetalk-hack
.
- Make changes in your
freetalk-hack
directory.
- Create patch using
# diff -pruN freetalk freetalk-hack > freetalk-patch-title
- Mail the patch file freetalk-patch-title to the mailing list
with subject prefixed with ‘PATCH:’.
Please send only text
mails with patch as a part of the message body. Don’t update
ChangeLog file, instead add your comments at the beginning of
the body.