1 The current version of the code can be found in the GNOME Git Repository: 2 3 https://git.gnome.org/browse/libxml2/ 4 5 There's mirror on GitHub: 6 7 https://github.com/GNOME/libxml2 8 9 Start discussions and send patches to the mailing list, or file a bug and 10 add a patch as attachment. 11 12 https://mail.gnome.org/mailman/listinfo/xml 13 https://bugzilla.gnome.org/enter_bug.cgi?product=libxml2 14 15 Format patches with git-format-patch and use plain text attachments 16 if possible. 17 18 All code must conform to C89 and pass the "make check" tests. Avoid 19 compiler warnings and add regression tests if possible. 20 21 The .travis.yml file can be used to thoroughly check the build with strict 22 compiler flags, ASan and UBSan. Fork the libxml2 mirror on GitHub and set 23 up Travis to test the commits you make on your fork. 24 25