2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-15 11:59:42 +03:00
Files

14 lines
385 B
Handlebars

{{#if authors}}
### Contributors to this release
{{#each authors}}
{{#unless isBot}}
{{#if login}}
- {{#if avatar_url}}<img src="{{avatar_url_sm}}" alt="avatar" width="18"/>{{/if}} [{{displayName}}]({{html_url}} "+{{insertions}}/-{{deletions}} ({{#each prs}}#{{this}} {{/each}})")
{{else}}
- {{displayName}}
{{/if}}
{{/unless}}
{{/each}}
{{/if}}