Skip to content

Commit

Permalink
docs(configuration): wrapperTemplate (#673)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdalrymple committed May 12, 2023
1 parent fa54e47 commit c1ec7fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/bot/configuration.md
Expand Up @@ -26,6 +26,7 @@ These are the keys you can specify:
| `contributorsSortAlphabetically` | `true`: Sort alphabetically. `false`: Display in order of addition. | Default: `false` |
| `badgeTemplate` | Define your own lodash template to generate the badge. | |
| `contributorTemplate` | Define your own lodash template to generate the contributor. | |
| `wrapperTemplate` | Define your own lodash template to wrap the list of contributors | |
| `types` | Specify custom symbols or link templates for contribution types. Can override the documented types. | |
| `linkToUsage` | Adds a footer with link to usage (either `true` or `false`) | Default: `true` |
| `skipCi` | Makes the CI ignore the commit. (either `true` or `false`) | Default: `true` |
Expand All @@ -44,6 +45,7 @@ These are the keys you can specify:
"contributorsSortAlphabetically": false,
"badgeTemplate": "[![All Contributors](https://img.shields.io/github/all-contributors/<%= projectOwner %>/<%= projectName %>?color=ee8449&style=flat-square)](#contributors)",
"contributorTemplate": "<a href=\"<%= contributor.profile %>\"><img src=\"<%= contributor.avatar_url %>\" width=\"<%= options.imageSize %>px;\" alt=\"\"/><br /><sub><b><%= contributor.name %></b></sub></a>",
"wrapperTemplate": "\n<table>\n <tbody><%= bodyContent %> </tbody>\n<%= tableFooterContent %></table>\n\n",
"types": {
"custom": {
"symbol": "🔭",
Expand Down

0 comments on commit c1ec7fa

Please sign in to comment.