Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
GNOME
gtk
Commits
5a3fe9e5
Commit
5a3fe9e5
authored
May 24, 2020
by
Matthias Clasen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: Convert resources section to markdown
parent
f44d611f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
48 deletions
+11
-48
docs/reference/gtk/meson.build
docs/reference/gtk/meson.build
+2
-2
docs/reference/gtk/resources.md
docs/reference/gtk/resources.md
+9
-46
No files found.
docs/reference/gtk/meson.build
View file @
5a3fe9e5
...
...
@@ -353,7 +353,6 @@ content_files = [
'gtk4-widget-factory.xml',
'overview.xml',
'question_index.xml',
'resources.xml',
'text_widget.xml',
'tree_widget.xml',
'visual_index.xml',
...
...
@@ -371,8 +370,9 @@ expand_content_md_files = [
'osx.md',
'wayland.md',
'windows.md',
'x11.md',
:
'x11.md',
'getting_started.md',
'resources.md',
'building.md',
'compiling.md',
'running.md',
...
...
docs/reference/gtk/resources.
xml
→
docs/reference/gtk/resources.
md
View file @
5a3fe9e5
<?xml version="1.0"?>
<!DOCTYPE refentry PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
"http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
]>
<refentry
id=
"gtk-resources"
>
<refmeta>
<refentrytitle>
Contact information and bug reports
</refentrytitle>
<manvolnum>
3
</manvolnum>
<refmiscinfo>
Contact information and bug reports
</refmiscinfo>
</refmeta>
# Contact information and bug reports {#gtk-resources}
<refnamediv>
<refname>
Contact information and bug reports
</refname>
<refpurpose>
Getting help with GTK
</refpurpose>
</refnamediv>
## Opening a bug or feature request
<refsect1>
<title>
Opening a bug or feature request
</title>
<para>
If you encounter a bug, misfeature, or missing feature in GTK, please
file a bug report on our
<ulink
url=
"https://gitlab.gnome.org/GNOME/gtk/issues/new"
>
GitLab project
</ulink>
.
file a bug report on our
[
GitLab project
](
https://gitlab.gnome.org/GNOME/gtk/issues/new
)
.
You should also file issues if the documentation is out of date with the
existing API, or unclear.
</para>
<para>
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.
</para>
<para>
The issue tracker should definitely be used for feature requests, it's
not only for bugs. We track all GTK development in GitLab, to ensure
that nothing gets lost.
</para>
</refsect1>
<refsect1>
<title>
Working on GTK
</title>
## Working on GTK
<para>
If you develop a bugfix or enhancement for GTK, please open a merge
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
GTK with your code applied, and run the test suite, on multiple platforms
and architectures, and verify that nothing breaks. They also allow us to
do proper code reviews, so we can iterate over the changes.
</para>
<para>
You should follow the
<ulink
url=
"https://gitlab.gnome.org/GNOME/gtk/blob/master/CONTRIBUTING.md"
>
contribution guide
</ulink>
You should follow the
[
contribution guide
](
https://gitlab.gnome.org/GNOME/gtk/blob/master/CONTRIBUTING.md
)
for GTK, available on GitLab.
</para>
<para>
If you want to discuss your approach before or after working on it,
good ways to contact the GTK developers, apart from GitLab issues,
are
<simplelist>
<member>
the #gtk IRC channel on irc.gnome.org
</member>
<member>
the gtk tag on the
<ulink
url=
"https://discourse.gnome.org/tag/gtk"
>
GNOME Discourse instance
</ulink></member>
</simplelist>
You should not send patches by email, as they will inevitably get lost,
or forgotten. Always open a merge request.
</para>
</refsect1>
-
the #gtk IRC channel on irc.gnome.org
-
the gtk tag on the <
[
GNOME Discourse instance
](
https://discourse.gnome.org/tag/gtk
)
</refentry>
You should not send patches by email, as they will inevitably get lost,
or forgotten. Always open a merge request.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment