Reference¶
Contributors directive¶
- .. contributors:: username/repository¶
- :limit: (integer)¶
Number of contributors to list, between 1 and 100. The default value is 10.
Added in version 0.2.2.
- :order: (string)¶
Results are sorted by the number of contributions. This parameter controls whether they are sorted by most active users first (
DESC
) or least active users first (ASC
). Default isDESC
.Added in version 0.2.2.
- :avatars: (boolean)¶
Whether to include an image with the avatar returned by GitHub. Use CSS to customize the image size, since the returned images might vary.
Added in version 0.2.3.
- :contributions: (boolean)¶
Whether to show the total number of contributions by each user or not.
Added in version 0.2.3.
- :exclude: (string)¶
Comma seperated usernames to exlude from the list of contributors, for example:
dependabot[bot],pre-commit-ci[bot]
.Added in version 0.2.0.