Add user follow-up section (#250)

This commit is contained in:
Simon Lecoq
2021-04-22 18:03:39 +02:00
committed by GitHub
parent 42753e1c44
commit a0c2b39c37
14 changed files with 180 additions and 69 deletions

View File

@@ -5,6 +5,9 @@ The *followup* plugin displays the ratio of open/closed issues and the ratio of
<table>
<td align="center">
<img src="https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.followup.svg">
<details><summary>Created by user version</summary>
<img src="https://github.com/lowlighter/lowlighter/blob/master/metrics.plugin.followup.user.svg">
</details>
<img width="900" height="1" alt="">
</td>
</table>
@@ -18,5 +21,6 @@ The *followup* plugin displays the ratio of open/closed issues and the ratio of
with:
# ... other options
plugin_followup: yes
plugin_followup_sections: repositories, user #
```