{% extends "layouts/" + render_mode + ".html" %} {% block title %}{{_("Reporting bugs")}}{% endblock %} {% block content %}
Thank you for testing Mailpile! Have you found a bug?
{%- if config.version not in ('1.0.0', '0.5.0') %}Mailpile is currently under very heavy development. If your top bar is a bit blurry and has a "Report Bugs" link, then you're running code which is being actively developed and many things are expected to be broken.
So for now, we don't particularly recommend filing issues on Github, except for long-term ideas, discussions or feature requests. Pull requests on the other hand, are always welcome! ;-)
We don't mean to be ungrateful. Quite the opposite, writing a good bug report is a lot of work and we really don't want you to waste your time. While so many things are broken, the only way for you to know whether a bug is worth filing, is to talk to us.
So please, hop on to #mailpile on Freenode and have a chat!
Obviously, this will all change
once development
slows down for the next release. But for now: IRC before Issues.
Thanks!
{%- else %}FIXME: Write a bug reporting policy for releases!
{%- endif %}