mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-01-08 21:17:39 +03:00
55d95dcf17
- Update Dockerfile - Don't configure with -Werror - Don't mention Travis in CONTRIBUTING
21 lines
592 B
Plaintext
21 lines
592 B
Plaintext
The current version of the code can be found in the GNOME Git Repository:
|
|
|
|
https://gitlab.gnome.org/GNOME/libxml2
|
|
|
|
There's mirror on GitHub:
|
|
|
|
https://github.com/GNOME/libxml2
|
|
|
|
Start discussions and send patches to the mailing list, or file a bug and
|
|
add a patch as attachment.
|
|
|
|
https://mail.gnome.org/mailman/listinfo/xml
|
|
https://gitlab.gnome.org/GNOME/libxml2/issues
|
|
|
|
Format patches with git-format-patch and use plain text attachments
|
|
if possible.
|
|
|
|
All code must conform to C89 and pass the "make check" tests. Avoid
|
|
compiler warnings and add regression tests if possible.
|
|
|