12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
- <!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops" xmlns:m="http://www.w3.org/1998/Math/MathML" xmlns:pls="http://www.w3.org/2005/01/pronunciation-lexicon" xmlns:ssml="http://www.w3.org/2001/10/synthesis" xmlns:svg="http://www.w3.org/2000/svg">
- <head>
- <title>Reporting bugs</title>
- <link rel="stylesheet" type="text/css" href="docbook-epub.css"/>
- <link rel="stylesheet" type="text/css" href="kawa.css"/>
- <script src="kawa-ebook.js" type="text/javascript"/>
- <meta name="generator" content="DocBook XSL-NS Stylesheets V1.79.1"/>
- <link rel="prev" href="Community.xhtml" title="The Kawa Community"/>
- <link rel="next" href="Mailing-lists.xhtml" title="General Kawa email and discussion"/>
- </head>
- <body>
- <header/>
- <section class="sect1" title="Reporting bugs" epub:type="subchapter" id="Reporting-bugs">
- <div class="titlepage">
- <div>
- <div>
- <h2 class="title" style="clear: both">Reporting bugs</h2>
- </div>
- </div>
- </div>
- <p>To report a bug or a feature request
- use the <a class="ulink" href="https://gitlab.com/kashell/Kawa/issues" target="_top">Issue Tracker</a>.
- This does require a <a class="ulink" href="https://gitlab.com/" target="_top">GitLab</a> account;
- if this is a problem you can use the Savannah bug tracker.
- </p>
- <h4 id="idm139667881099664">Older Savannah bug tracker</h4>
- <p>The older bug tracker for Kawa on Savannah is still available,
- but we request you use
- the <a class="ulink" href="https://gitlab.com/kashell/Kawa/issues" target="_top">GitLab Issue Tracker</a>
- for new issues.
- </p>
- <p>To report a bug or feature request for Kawa (including Qexo or JEmacs) through Savannah,
- use the
- <a class="ulink" href="http://savannah.gnu.org/bugs/?func=additem&group=kawa" target="_top">bug-submission page</a>.
- You can browse and comment on existing bug reports
- using the <a class="ulink" href="http://savannah.gnu.org/bugs/?group=kawa" target="_top">Kawa Bugzilla page</a>.
- </p>
- <p>When a bug report is created or modified, mail is automatically sent to the
- <code class="email"><<a class="email" href="mailto:bug-kawa@gnu.org">bug-kawa@gnu.org</a>></code> list. You can subscribe, unsubscribe, or browse
- the archives through the
- <a class="ulink" href="http://mail.gnu.org/mailman/listinfo/bug-kawa" target="_top"><code class="literal">bug-kawa</code> web interface</a>.
- </p>
- </section>
- <footer>
- <div class="navfooter">
- <p>
- Up: <a accesskey="u" href="Community.xhtml">The Kawa Community</a></p>
- <p>
- Next: <a accesskey="n" href="Mailing-lists.xhtml">General Kawa email and discussion</a></p>
- </div>
- </footer>
- </body>
- </html>
|