Next: , Previous: , Up: Top   [Contents][Index]


13 Guidelines for submitting a patch

  1. Copy the latest GIT version of freetalk directory as freetalk-hack.
  2. Make changes in your freetalk-hack directory.
  3. Create patch using
    # diff -pruN freetalk freetalk-hack > freetalk-patch-title
  4. 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.