This commit is contained in:
Martin Chan 2020-11-25 14:49:09 +00:00
Родитель ad1051bfbb
Коммит 9b030105a0
3 изменённых файлов: 12 добавлений и 18 удалений

Просмотреть файл

@ -14,3 +14,4 @@
^man/figures/wpa cheatsheet_20201116.png$
^vignettes/best-practices.Rmd$
^vignettes/text-mining-capabilities.Rmd$
^CONTRIBUTORS.svg$

19
.github/workflows/contributors.yaml поставляемый
Просмотреть файл

@ -12,29 +12,14 @@ jobs:
- uses: bubkoo/contributors-list@v1
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
includeBots: false
svgTemplate: >
<svg
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
version="1.1"
width="{{ width }}"
height="{{#sum}} {{ contributorsHeight }} + {{ botsHeight }} + {{ collaboratorsHeight }} + 32 + 32 + 32 {{/sum}}"
height="{{ collaboratorsHeight }}"
>
<style>.contributor-link { cursor: pointer; }</style>
<text x="5" y="5" text-anchor="start" alignment-baseline="before-edge" font-size="24">Contributors</text>
<g transform="translate(0, 32)">
{{{ contributors }}}
</g>
<text x="5" y="{{#sum}} {{ contributorsHeight }} + 32 + 8 {{/sum}}" text-anchor="start" alignment-baseline="before-edge" font-size="24">Bots</text>
<g transform="translate(0, {{#sum}} {{ contributorsHeight }} + 32 + 32 {{/sum}})">
{{{ bots }}}
</g>
<text x="5" y="{{#sum}} {{ contributorsHeight }} + {{ botsHeight }} + 32 + 32 + 8 {{/sum}}" text-anchor="start" alignment-baseline="before-edge" font-size="24">Collaborators</text>
<g transform="translate(0, {{#sum}} {{ contributorsHeight }} + {{ botsHeight }} + 32 + 32 + 32 {{/sum}})">
{{{ collaborators }}}
</g>
{{{ collaborators }}}
</svg>

Просмотреть файл

@ -101,4 +101,12 @@ This project may contain trademarks or logos for projects, products, or services
---
Finding this project useful? Star this repository to keep us going! :star:
## Finding this project useful?
:star: Please star this repository to keep us going!
Contributors to the GitHub repo:
![](CONTRIBUTORS.svg)
See full list [here](https://microsoft.github.io/wpa/authors.html).