1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78
|
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" href="highlight.min.css">
<script src="highlight.min.js"></script><script>
hljs.configure({languages: ['cpp']});
hljs.highlightAll();
</script><title>Chapter 32. Contributing</title>
<link rel="stylesheet" type="text/css" href="style.css">
<meta name="generator" content="DocBook XSL Stylesheets Vsnapshot">
<link rel="home" href="index.html" title="Programming with gtkmm 4">
<link rel="up" href="index.html" title="Programming with gtkmm 4">
<link rel="prev" href="sec-buildapp-header-bar.html" title="Header bar">
<link rel="next" href="chapter-refptr.html" title="Appendix A. The RefPtr smartpointer">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
<div class="navheader">
<table width="100%" summary="Navigation header">
<tr><th colspan="3" align="center">Chapter 32. Contributing</th></tr>
<tr>
<td width="20%" align="left">
<a accesskey="p" href="sec-buildapp-header-bar.html"><img src="icons/prev.png" alt="Prev"></a> </td>
<th width="60%" align="center"> </th>
<td width="20%" align="right"> <a accesskey="n" href="chapter-refptr.html"><img src="icons/next.png" alt="Next"></a>
</td>
</tr>
</table>
<hr>
</div>
<div class="chapter">
<div class="titlepage"><div><div><h1 class="title">
<a name="chapter-contributing"></a>Chapter 32. Contributing</h1></div></div></div>
<p>
This document, like so much other great software out there, was
created for free by volunteers. If you are at all knowledgeable about
any aspect of <span class="application">gtkmm</span> that does not already have documentation, please
consider contributing to this document.
</p>
<p>
Ideally, we would like you to <a class="ulink" href="https://gitlab.gnome.org/GNOME/gtkmm-documentation/-/merge_requests" target="_top">
provide a merge request</a> to the <code class="filename">docs/tutorial/C/index-in.docbook</code> file.
This file is in the <code class="literal">gtkmm-documentation</code> module in GNOME git.
</p>
<p>
If you do decide to contribute, please post your contribution as an issue or merge request
to <a class="ulink" href="https://gitlab.gnome.org/GNOME/gtkmm-documentation" target="_top">GitLab</a>.
You can also discuss your ideas on GNOME's <a class="ulink" href="https://discourse.gnome.org" target="_top">Discourse</a>
instance, under the <a class="ulink" href="https://discourse.gnome.org/c/platform/language-bindings" target="_top">
Platform/Language bindings</a> category with a <code class="literal">cplusplus</code> tag.
Also, be aware that the entirety of this document is free, and any addition you provide
must also be free. That is, people must be able to use any portion of
your examples in their programs, and copies of this document
(including your contribution) may be distributed freely.
</p>
</div>
<div class="navfooter">
<hr>
<table width="100%" summary="Navigation footer">
<tr>
<td width="40%" align="left">
<a accesskey="p" href="sec-buildapp-header-bar.html"><img src="icons/prev.png" alt="Prev"></a> </td>
<td width="20%" align="center"> </td>
<td width="40%" align="right"> <a accesskey="n" href="chapter-refptr.html"><img src="icons/next.png" alt="Next"></a>
</td>
</tr>
<tr>
<td width="40%" align="left" valign="top">Header bar </td>
<td width="20%" align="center"><a accesskey="h" href="index.html"><img src="icons/home.png" alt="Home"></a></td>
<td width="40%" align="right" valign="top"> Appendix A. The RefPtr smartpointer</td>
</tr>
</table>
</div>
</body>
</html>
|