2020-05-24 15:07:45 +00:00
|
|
|
# Contact information and bug reports {#gtk-resources}
|
2001-09-08 04:39:53 +00:00
|
|
|
|
2020-05-24 15:07:45 +00:00
|
|
|
## Opening a bug or feature request
|
2001-09-08 04:39:53 +00:00
|
|
|
|
2019-02-05 09:14:31 +00:00
|
|
|
If you encounter a bug, misfeature, or missing feature in GTK, please
|
2020-05-24 15:07:45 +00:00
|
|
|
file a bug report on our [GitLab project](https://gitlab.gnome.org/GNOME/gtk/issues/new).
|
2019-01-09 12:21:08 +00:00
|
|
|
You should also file issues if the documentation is out of date with the
|
|
|
|
existing API, or unclear.
|
2001-09-08 04:39:53 +00:00
|
|
|
|
|
|
|
Don't hesitate to file a bug report, even if you think we may know
|
|
|
|
about it already, or aren't sure of the details. Just give us as much
|
|
|
|
information as you have, and if it's already fixed or has already been
|
|
|
|
discussed, we'll add a note to that effect in the report.
|
|
|
|
|
2020-05-12 05:02:49 +00:00
|
|
|
The issue tracker should definitely be used for feature requests, it's
|
2019-02-05 09:14:31 +00:00
|
|
|
not only for bugs. We track all GTK development in GitLab, to ensure
|
2019-01-09 12:21:08 +00:00
|
|
|
that nothing gets lost.
|
2001-09-08 04:39:53 +00:00
|
|
|
|
2020-05-24 15:07:45 +00:00
|
|
|
## Working on GTK
|
2001-09-08 04:39:53 +00:00
|
|
|
|
2019-02-05 09:14:31 +00:00
|
|
|
If you develop a bugfix or enhancement for GTK, please open a merge
|
2019-01-09 12:21:08 +00:00
|
|
|
request in GitLab as well. You should not attach patches to an issue,
|
|
|
|
or describe the fix as a comment. Merge requests allow us to build
|
2019-02-05 09:14:31 +00:00
|
|
|
GTK with your code applied, and run the test suite, on multiple platforms
|
2019-01-09 12:21:08 +00:00
|
|
|
and architectures, and verify that nothing breaks. They also allow us to
|
|
|
|
do proper code reviews, so we can iterate over the changes.
|
2001-09-08 04:39:53 +00:00
|
|
|
|
2020-05-24 15:07:45 +00:00
|
|
|
You should follow the [contribution guide](https://gitlab.gnome.org/GNOME/gtk/blob/master/CONTRIBUTING.md)
|
2019-02-05 09:14:31 +00:00
|
|
|
for GTK, available on GitLab.
|
2019-01-09 12:21:08 +00:00
|
|
|
|
|
|
|
If you want to discuss your approach before or after working on it,
|
2020-05-12 05:02:49 +00:00
|
|
|
good ways to contact the GTK developers, apart from GitLab issues,
|
|
|
|
are
|
2001-09-08 04:39:53 +00:00
|
|
|
|
2020-05-24 15:07:45 +00:00
|
|
|
- the #gtk IRC channel on irc.gnome.org
|
2020-08-03 20:53:32 +00:00
|
|
|
- the gtk tag on the [GNOME Discourse instance](https://discourse.gnome.org/tag/gtk)
|
2001-09-08 04:39:53 +00:00
|
|
|
|
2020-05-24 15:07:45 +00:00
|
|
|
You should not send patches by email, as they will inevitably get lost,
|
|
|
|
or forgotten. Always open a merge request.
|