README: add "Bug Reports" and "Contributing Code" sections

This commit is contained in:
Tanu Kaskinen 2019-01-11 16:31:35 +02:00
parent f14cfbae5f
commit 6791be3f0f
1 changed files with 12 additions and 0 deletions

View File

@ -20,6 +20,8 @@
<li><a href="#installation">Installation</a></li> <li><a href="#installation">Installation</a></li>
<li><a href="#acks">Acknowledgements</a></li> <li><a href="#acks">Acknowledgements</a></li>
<li><a href="#download">Download</a></li> <li><a href="#download">Download</a></li>
<li><a href="#bugs">Bug Reports</a></li>
<li><a href="#patches">Contributing Code</a></li>
</ul> </ul>
<h2><a name="license">License</a></h2> <h2><a name="license">License</a></h2>
@ -156,6 +158,16 @@ compilation and <tt>make install</tt> (as root) for installation of
<pre>git clone https://gitlab.freedesktop.org/pulseaudio/pavucontrol.git</pre> <pre>git clone https://gitlab.freedesktop.org/pulseaudio/pavucontrol.git</pre>
<h2><a name="bugs">Bug Reports</a></h2>
<p>Here's the list of open bug reports: <a href="https://gitlab.freedesktop.org/pulseaudio/pavucontrol/issues">https://gitlab.freedesktop.org/pulseaudio/pavucontrol/issues</a></p>
<p>And here you can create a new bug report: <a href="https://gitlab.freedesktop.org/pulseaudio/pavucontrol/issues/new">https://gitlab.freedesktop.org/pulseaudio/pavucontrol/issues/new</a></p>
<h2><a name="patches">Contributing Code</a></h2>
<p>If you have patches for pavucontrol, the primary method for submitting them is by creating a merge request in <a href="https://gitlab.freedesktop.org/pulseaudio/pavucontrol">GitLab</a>. Alternatively, you can send patches to the <a href="https://lists.freedesktop.org/mailman/listinfo/pulseaudio-discuss">PulseAudio mailing list</a> (requires subscription).</p>
<hr/> <hr/>
<address class="grey">Lennart Poettering &lt;@PACKAGE_BUGREPORT@&gt;, October 2009</address> <address class="grey">Lennart Poettering &lt;@PACKAGE_BUGREPORT@&gt;, October 2009</address>