Skip to content

Commit

Permalink
Small additions, and icon
Browse files Browse the repository at this point in the history
  • Loading branch information
ShadowJonathan committed Aug 21, 2024
1 parent 15c15f7 commit d51d58f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 9 deletions.
Binary file added web/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 8 additions & 9 deletions web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="/style.css" />
<title>No Stale Bots</title>
<link rel="icon" type="image/png" href="/favicon.png" />
</head>

<body>
Expand Down Expand Up @@ -162,14 +163,13 @@ <h3>"We have too many issues, this will cut down on them"</h3>
Why do you need to cut down on issue count? Is this a KPI your company
has instigated? Do you know of the phrase
<a href="https://en.wikipedia.org/wiki/Goodhart%27s_law"
>"When a measure becomes a target, it ceases to be a good
measure."?</a
>
>"When a measure becomes a target, it ceases to be a good measure."</a
>?
</p>
<p>
Even more so, what are you actually trying to achieve here? A low issue
count does not mean that the project is robust and/or reliable. The rust
project currently has near
project currently has (at the time of writing) near
<a
href="https://github.com/rust-lang/rust/issues?q=is:issue+is:open+sort:updated-desc"
>9.000 issues</a
Expand Down Expand Up @@ -222,14 +222,13 @@ <h2>Projects that currently use stale bots</h2>
stale bots.
</p>
<p>
<sub
>(Please
<sub>
(Please
<a href="https://github.com/ShadowJonathan/nostalebots.xyz/issues/new"
>file an issue</a
>
if you know of more, or if any of these have stopped using stale
bots)</sub
>
if you know of more, or if any of these have stopped using stale bots)
</sub>
</p>
<!-- ============ SCROLL STOP ANCHOR ============ -->
<ul>
Expand Down

0 comments on commit d51d58f

Please sign in to comment.