summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTanu Kaskinen <tanuk@iki.fi>2018-07-09 16:30:50 +0300
committerTanu Kaskinen <tanuk@iki.fi>2018-07-25 16:40:28 +0300
commit014dfd31ac2529d469d2a3be53df36faab5949b7 (patch)
tree8da9a34b5339d7aff7f615c4fa0d6915f7ba0b3a
parent8ba3abbf30c04a76ff13101c1adc0ff735092db8 (diff)
README: add "Bug Reports" and "Contributing Code" sections
-rw-r--r--doc/README.html.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/README.html.in b/doc/README.html.in
index eab824f..d6b1c99 100644
--- a/doc/README.html.in
+++ b/doc/README.html.in
@@ -20,6 +20,8 @@
<li><a href="#installation">Installation</a></li>
<li><a href="#acks">Acknowledgements</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>
<h2><a name="license">License</a></h2>
@@ -115,6 +117,13 @@ compilation and <tt>ninja -C build install</tt> (as root) for installation of
<pre>git clone git://anongit.freedesktop.org/pulseaudio/paprefs</pre>
+<h2><a name="bugs">Bug Reports</a></h2>
+
+<p>Bugs can be reported on the freedesktop.org bug tracker: <a href="https://bugs.freedesktop.org/enter_bug.cgi?product=PulseAudio">https://bugs.freedesktop.org/enter_bug.cgi?product=PulseAudio</a>. You need to report your bugs against PulseAudio, because there's no separate product on the bug tracker for paprefs.</p>
+
+<h2><a name="patches">Contributing Code</a></h2>
+
+<p>If you have patches for paprefs, send them to the <a href="https://lists.freedesktop.org/mailman/listinfo/pulseaudio-discuss">PulseAudio mailing list</a> (requires subscription). The best (but not mandatory) way to send patches is with the <tt>git send-email</tt> tool. Here are some <a href="https://www.freedesktop.org/wiki/Software/PulseAudio/HowToUseGitSendEmail/">instructions for git send-email</a>.</p>
<hr/>
<address class="grey">Lennart Poettering &lt;@PACKAGE_BUGREPORT@&gt;, September 2009</address>