add issue badges (#854)

this will make it easier to link when we need to, but also visually is nice for a TOC.

Co-authored-by: JesseBot <jessebot@linux.com>
Reviewed-on: https://codeberg.org/small-hack/open-slopware/pulls/854
Reviewed-by: Max <cloudymax@noreply.codeberg.org>
This commit is contained in:
Admin 2026-05-30 09:40:11 +02:00
commit 834556fcbe
4 changed files with 66 additions and 3 deletions

View file

@ -87,10 +87,15 @@ Issues are meant primarily for discussing if something should be added or questi
Please make sure to only submit an Issue for 1 piece of software or section at a time, otherwise it is more difficult to coordinate between multiple Issues and PRs.
We use the following issue types and tags to keep conversation focused and actionable.
We use the following issue types and tags to keep conversation focused and actionable:
- [![discussion](./badges/discussion.svg)](#discussion)
- [![more kind eyes please](./badges/more-kind-eyes.svg)](#more-kind-eyes)
## Discussion
![discussion](./badges/discussion.svg)
This is a general issue type and tag to discuss things related to the repo.
This is not a place to discuss what you think an "ethical" LLM/AI is. We will close any Issues opened asking for advice on AI/LLM usage.
@ -99,6 +104,8 @@ This is also not a place to open an issue to the effect of "think of the centris
## More Kind Eyes
![more kind eyes please](./badges/more-kind-eyes.svg)
Maybe you don't need/want to open an Issue or Pull Request to this repo, but you still want to help. Consider chiming in, kindly, on a "More Key Eyes" issue. This issue type is for when someone has found, or created, a link to an AI discussion topic. AI discussion topic links can be:
- Bug/Issue in a repo's Issue Tracker
@ -111,8 +118,8 @@ Anyone can then react (kindly) to a linked upstream issue, pull request, or disc
If you want to help in that way, search for:
- **Issues** labeled with [`more-kind-eyes-please`](https://codeberg.org/small-hack/open-slopware/issues?q=&type=all&sort=relevance&labels=1318107&state=open&milestone=0&project=0&assignee=0&poster=0)
- **Pull Requests** labeled with [`more-kind-eyes-please`](https://codeberg.org/small-hack/open-slopware/pulls?q=&type=all&sort=relevance&labels=1318107&state=open&milestone=0&project=0&assignee=0&poster=0)
- [**Issues**](https://codeberg.org/small-hack/open-slopware/issues?q=&type=all&sort=relevance&labels=1318107&state=open&milestone=0&project=0&assignee=0&poster=0)
- [**Pull Requests**](https://codeberg.org/small-hack/open-slopware/pulls?q=&type=all&sort=relevance&labels=1318107&state=open&milestone=0&project=0&assignee=0&poster=0)
# Contributing to the Why Not LLMs section

19
badges/discussion.svg Normal file
View file

@ -0,0 +1,19 @@
<svg xmlns="http://www.w3.org/2000/svg" width="67" height="20" role="img" aria-label="discussion">
<title>discussion</title>
<linearGradient id="s" x2="0" y2="100%">
<stop offset="0" stop-color="#bbb" stop-opacity=".1"/>
<stop offset="1" stop-opacity=".1"/>
</linearGradient>
<clipPath id="r">
<rect width="67" height="20" rx="3" fill="#fff"/>
</clipPath>
<g clip-path="url(#r)">
<rect width="0" height="20" fill="#5319e7ff"/>
<rect x="0" width="67" height="20" fill="#5319e7ff"/>
<rect width="67" height="20" fill="url(#s)"/>
</g>
<g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110">
<text aria-hidden="true" x="335" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="570">discussion</text>
<text x="335" y="140" transform="scale(.1)" fill="#fff" textLength="570">discussion</text>
</g>
</svg>

After

Width:  |  Height:  |  Size: 957 B

18
badges/more-kind-eyes.svg Normal file
View file

@ -0,0 +1,18 @@
<svg xmlns="http://www.w3.org/2000/svg" width="115" height="20" role="img" aria-label="More Kind Eyes Please">
<title>More Kind Eyes Please</title>
<linearGradient id="s" x2="0" y2="100%">
<stop offset="0" stop-color="#313131" stop-opacity=".1"/>
<stop offset="1" stop-opacity=".1"/>
</linearGradient>
<clipPath id="r">
<rect width="115" height="20" rx="3" fill="#000000"/>
</clipPath>
<g clip-path="url(#r)">
<rect width="0" height="20" fill="#fbca04ff"/>
<rect x="0" width="115" height="20" fill="#fbca04ff"/>
<rect width="115" height="20" fill="url(#s)"/>
</g>
<g fill="#000000" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110">
<text x="567" y="140" transform="scale(.1)" fill="#000000" textLength="1055">More Kind Eyes Please</text>
</g>
</svg>

After

Width:  |  Height:  |  Size: 872 B

19
badges/ready-for-pr.svg Normal file
View file

@ -0,0 +1,19 @@
<svg xmlns="http://www.w3.org/2000/svg" width="92" height="20" role="img" aria-label="Ready for PR">
<title>Ready for PR</title>
<linearGradient id="s" x2="0" y2="100%">
<stop offset="0" stop-color="#bbb" stop-opacity=".1"/>
<stop offset="1" stop-opacity=".1"/>
</linearGradient>
<clipPath id="r">
<rect width="92" height="20" rx="3" fill="#fff"/>
</clipPath>
<g clip-path="url(#r)">
<rect width="0" height="20" fill="#40A100"/>
<rect x="0" width="92" height="20" fill="#40A100"/>
<rect width="92" height="20" fill="url(#s)"/>
</g>
<g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110">
<text aria-hidden="true" x="450" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="830">Ready for PR</text>
<text x="450" y="140" transform="scale(.1)" fill="#fff" textLength="830">Ready for PR</text>
</g>
</svg>

After

Width:  |  Height:  |  Size: 961 B