{% extends "bot_base.html" %} {% block content %}

Commands understood by [{{request.app['name']}}]

The list below is generated from code and should therefore always be complete and authoritative.

Commands can be issued to from PRs and Issues at bioconda/bioconda-recipes or from the Gitter channel bioconda/bot.

Please note that most commands require Bioconda membership and that some commands require membership in particular teams.

{% for command in commands %}
@{{request.app['name']}} {{command.name}}
{{command.description | markdown}}
{% endfor %}
{% endblock %}