We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f11d0de commit a9a4bdeCopy full SHA for a9a4bde
templates/CONTRIBUTORS.rst.jj2
@@ -1,5 +1,7 @@
1
{% set contributors = moban_jinja2_contributors(organisation, name, author) %}
2
3
+{% if contributors %}
4
+
5
{{ contributors|length }} contributors
6
================================================================================
7
@@ -8,3 +10,12 @@ In alphabetical order:
8
10
{% for contributor in contributors|sort(attribute='name') %}
9
11
* `{{ contributor.name }} <{{ contributor.html_url }}>`_
12
{% endfor %}
13
14
+{% else %}
15
16
+No contributors yet
17
+=======================
18
19
+* Your github link will be listed here after your PR is merged
20
21
+{% endif %}
0 commit comments