gkdbus: Fix underflow and unreachable code bug
[platform/upstream/glib.git] / docs / reference / glib / resources.xml
1 <?xml version="1.0"?>
2 <!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3                "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 ]>
5 <refentry id="glib-resources" revision="17 Jan 2002">
6 <refmeta>
7 <refentrytitle>Mailing lists and bug reports</refentrytitle>
8 <manvolnum>3</manvolnum>
9 <refmiscinfo>Mailing lists and bug reports</refmiscinfo>
10 </refmeta>
11
12 <refnamediv>
13 <refname>Mailing lists and bug reports</refname>
14 <refpurpose>
15 Getting help with GLib
16 </refpurpose>
17 </refnamediv>
18
19 <refsect1>
20 <title>Filing a bug report or feature request</title>
21
22 <para>
23 If you encounter a bug, misfeature, or missing feature in GLib, please
24 file a bug report on the issue tracker at
25 <ulink url="https://gitlab.gnome.org/GNOME/glib/issues/new">https://gitlab.gnome.org/GNOME/glib/issues/new</ulink>.
26 We'd also appreciate reports of incomplete or misleading information in 
27 the GLib documentation; file those with the â€˜Documentation’ label.
28 </para>
29
30 <para>
31 Don't hesitate to file a bug report, even if you think we may know
32 about it already, or aren't sure of the details. Just give us as much
33 information as you have, and if it's already fixed or has already been
34 discussed, we'll add a note to that effect in the report.
35 </para>
36
37 <para>
38 The issue tracker should definitely be used for feature requests, it's
39 not only for bugs. We track all GLib development in GitLab, so it's
40 the way to be sure the GLib developers won't forget about an issue.
41 </para>
42
43 </refsect1>
44
45 <refsect1>
46 <title>Code Contributions</title>
47
48 <para>
49 If you develop a bugfix or enhancement for GLib, please open a merge request
50 for that in GitLab as well. All branches must be offered under the terms of
51 the GNU LGPL license, so be sure you  are authorized to give us the branch
52 under those terms.
53 </para>
54
55 <para>
56 If you want to discuss your branch before or after developing it, open a
57 topic on <ulink url="https://discourse.gnome.org/tags/glib">Discourse</ulink>.
58 But be sure to create the GitLab merge request as well; if the branch is only
59 on the list and not in GitLab, it's likely to slip through the cracks.
60 </para>
61
62 </refsect1>
63
64 <refsect1>
65 <title>Discussions and user questions</title>
66
67 <para>
68 The <ulink url="https://gitlab.gnome.org/GNOME/glib/issues">GLib issue tracker</ulink>
69 is meant for discussions with actionable topics. If you want to ask a question
70 about using GLib, or discuss new features, you should use
71 <ulink url="https://discourse.gnome.org/tags/glib">the glib tag on Discourse</ulink>.
72 </para>
73
74 </refsect1>
75
76
77 </refentry>