gnu-social/templates/doc/faq/contact.html.twig

22 lines
980 B
Twig
Raw Normal View History

2020-07-24 23:47:32 +01:00
{% extends 'doc/faq/faq.html.twig' %}
{% block title %}Contact us!{% endblock %}
{% block body %}
2021-04-30 02:51:03 +01:00
{{ parent() }}
2020-07-19 12:15:04 +01:00
{% endblock %}
{% block nav %}
{{ parent() }}
{% endblock %}
2020-07-19 12:15:04 +01:00
{% block markdown %}
2021-04-30 02:51:03 +01:00
{% apply markdown_to_html %}
## Bugs
If you think you've found a bug in the underlying [GNU social](https://gnu.io/social/) software, or if there's a new feature you'd like to see, add it into the [GNU social task list](https://git.gnu.io/gnu/gnu-social/issues). Don't forget to
check the list of existing bugs to make sure it hasn't already been reported! ## Post a notice If you have a question about how to do something, just post a notice with your question, preferably tagged with #NewHere. Watch your inbox for replies.
## Post a notice
If you have a question about how to do something, just post a notice with your question, preferably tagged with #NewHere. Watch your inbox for replies.
{% endapply %}
2020-07-19 11:44:44 +01:00
{% endblock %}