From c1ec7fa6eb21ffd802d9bbee50e831ecd90d54e6 Mon Sep 17 00:00:00 2001 From: Justin Dalrymple Date: Fri, 12 May 2023 19:40:23 -0400 Subject: [PATCH] docs(configuration): `wrapperTemplate` (#673) --- docs/bot/configuration.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/bot/configuration.md b/docs/bot/configuration.md index 2492d1f5..13b61428 100644 --- a/docs/bot/configuration.md +++ b/docs/bot/configuration.md @@ -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` | @@ -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": "\">\" width=\"<%= options.imageSize %>px;\" alt=\"\"/>
<%= contributor.name %>
", + "wrapperTemplate": "\n\n <%= bodyContent %> \n<%= tableFooterContent %>
\n\n", "types": { "custom": { "symbol": "🔭",