1The current version of the code can be found in the GNOME Git Repository: 2 3 https://gitlab.gnome.org/GNOME/libxml2 4 5There's mirror on GitHub: 6 7 https://github.com/GNOME/libxml2 8 9Start discussions and send patches to the mailing list, or file a bug and 10add a patch as attachment. 11 12 https://mail.gnome.org/mailman/listinfo/xml 13 https://gitlab.gnome.org/GNOME/libxml2/issues 14 15Format patches with git-format-patch and use plain text attachments 16if possible. 17 18All code must conform to C89 and pass the "make check" tests. Avoid 19compiler warnings and add regression tests if possible. 20 21