Skip to content

Commit c1ec7fa

Browse files
authored
docs(configuration): wrapperTemplate (#673)
1 parent fa54e47 commit c1ec7fa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/bot/configuration.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ These are the keys you can specify:
2626
| `contributorsSortAlphabetically` | `true`: Sort alphabetically. `false`: Display in order of addition. | Default: `false` |
2727
| `badgeTemplate` | Define your own lodash template to generate the badge. | |
2828
| `contributorTemplate` | Define your own lodash template to generate the contributor. | |
29+
| `wrapperTemplate` | Define your own lodash template to wrap the list of contributors | |
2930
| `types` | Specify custom symbols or link templates for contribution types. Can override the documented types. | |
3031
| `linkToUsage` | Adds a footer with link to usage (either `true` or `false`) | Default: `true` |
3132
| `skipCi` | Makes the CI ignore the commit. (either `true` or `false`) | Default: `true` |
@@ -44,6 +45,7 @@ These are the keys you can specify:
4445
"contributorsSortAlphabetically": false,
4546
"badgeTemplate": "[![All Contributors](https://img.shields.io/github/all-contributors/<%= projectOwner %>/<%= projectName %>?color=ee8449&style=flat-square)](#contributors)",
4647
"contributorTemplate": "<a href=\"<%= contributor.profile %>\"><img src=\"<%= contributor.avatar_url %>\" width=\"<%= options.imageSize %>px;\" alt=\"\"/><br /><sub><b><%= contributor.name %></b></sub></a>",
48+
"wrapperTemplate": "\n<table>\n <tbody><%= bodyContent %> </tbody>\n<%= tableFooterContent %></table>\n\n",
4749
"types": {
4850
"custom": {
4951
"symbol": "🔭",

0 commit comments

Comments
 (0)