mirror of
https://gitlab.com/SIGBUS/nyaa.git
synced 2024-12-22 05:29:59 +00:00
parent
07b45622f4
commit
04a8ff95d2
3
.github/issue_template.md
vendored
3
.github/issue_template.md
vendored
|
@ -1,2 +1,5 @@
|
||||||
Describe your issue/feature request here (you can remove all this text). Describe well and include images, if relevant!
|
Describe your issue/feature request here (you can remove all this text). Describe well and include images, if relevant!
|
||||||
|
|
||||||
Please make sure to skim through the existing issues, your issue/request/etc may have already been noted!
|
Please make sure to skim through the existing issues, your issue/request/etc may have already been noted!
|
||||||
|
|
||||||
|
IMPORTANT: only submit issues that are relevant to the code. We do not offer support for any deployments of the project here; make your way to the IRC channel in such cases.
|
||||||
|
|
|
@ -11,9 +11,9 @@
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
{% block body %}
|
{% block body %}
|
||||||
|
|
||||||
{% if search["term"] == '' %}
|
{% if not search.term %}
|
||||||
<div class="alert alert-info">
|
<div class="alert alert-info">
|
||||||
<p>We welcome you to provide feedback at <a href="irc://irc.rizon.net/nyaa-dev">#nyaa-dev@irc.rizon.net</a></p>
|
<p>We welcome you to provide feedback on IRC at <a href="irc://irc.rizon.net/nyaa-dev">#nyaa-dev@irc.rizon.net</a></p>
|
||||||
<p>Our GitHub: <a href="https://github.com/nyaadevs" target="_blank">https://github.com/nyaadevs</a> - creating <a href="https://github.com/nyaadevs/nyaa/issues">issues</a> for features and faults is recommended!</p>
|
<p>Our GitHub: <a href="https://github.com/nyaadevs" target="_blank">https://github.com/nyaadevs</a> - creating <a href="https://github.com/nyaadevs/nyaa/issues">issues</a> for features and faults is recommended!</p>
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
Loading…
Reference in a new issue