More actions
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
{{#tag:html| | |||
<span class="github-badges"> | <span class="github-badges"> | ||
<a href="https://github.com/{{{repo}}}/issues"> | |||
<img src="https://img.shields.io/github/issues/{{{repo}}}?style=flat-square" alt="GitHub issues" height="20"/> | |||
</a> | |||
<a href="https://github.com/{{{repo}}}/issues?q=is%3Aissue+is%3Aopen+label%3A{{#replace:{{{label|good first issue}}}| |%20}}"> | |||
<img src="https://img.shields.io/github/issues/{{{repo}}}/{{#replace:{{{label|good first issue}}}| |%20}}?style=flat-square&label={{#replace:{{{label|good first issue}}}| |+}}" alt="{{{label}}}" height="20"/> | |||
</a> | |||
</span> | </span> | ||
}} | |||
Revision as of 12:58, 16 July 2025
<html>
<a href="https://github.com/{{{repo}}}/issues"> <img src="https://img.shields.io/github/issues/{{{repo}}}?style=flat-square" alt="GitHub issues" height="20"/> </a> <a href="https://github.com/{{{repo}}}/issues?q=is%3Aissue+is%3Aopen+label%3A{{#replace:good first issue| |%20}}"> <img src="https://img.shields.io/github/issues/{{{repo}}}/{{#replace:good first issue| |%20}}?style=flat-square&label={{#replace:good first issue| |+}}" alt="{{{label}}}" height="20"/> </a>
</html>