Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion weblate_web/templates/contribute.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ <h2>{% trans "Missing a <strong>feature</strong> or want to change something?" %
<h2>{% trans "<strong>Source code</strong> related questions?" %}</h2>
<ul>
<li>{% blocktrans with url='https://docs.weblate.org/en/latest/contributing/index.html' %}Please consult the <a href="{{ url }}">contributor documentation</a> to find the most common topics.{% endblocktrans %}</li>
<li>{% blocktrans with url='https://lists.cihar.com/hyperkitty/list/weblate@lists.cihar.com/' %}Ask any question about the source code on the <a href="{{ url }}">Weblate mailing list</a>.{% endblocktrans %}</li>
<li>{% blocktrans with url='https://github.com/WeblateOrg/weblate/discussions' %}Share what is on your mind in the <a href="{{ url }}">GitHub discussions</a>.{% endblocktrans %}</li>
</ul>
<a href="https://docs.weblate.org/en/latest/contributing/index.html" class="button">{% trans "Browse documentation" %}</a>
</div>
Expand All @@ -59,6 +59,7 @@ <h2>{% trans "Want to help out with <strong>Documentation</strong>?" %}</h2>
<ul>
<li>{% blocktrans with url='https://docs.weblate.org/' %}The documentation is part of the main source code repository and you can easily follow the links to edit each page directly from the <a href="{{ url }}">documentation</a>.{% endblocktrans %}</li>
<li>{% blocktrans %}Once you have a patch ready, please follow <a href="#patch">patch submission</a> instructions.{% endblocktrans %}</li>
<li>{% blocktrans %}Help fix and suggest non-code related pull-requests by joining the reviewer team.{% endblocktrans %}</li>
</ul>
<a href="https://docs.weblate.org/" class="button">{% trans "Browse documentation" %}</a>
</div>
Expand Down