Skip to content

Commit 2af9d98

Browse files
committed
docs: link homepage good first issues
1 parent 418910b commit 2af9d98

4 files changed

Lines changed: 8 additions & 2 deletions

File tree

LAUNCH.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ Current latest audit:
117117

118118
| Captured at | Stars | To 1001 | Forks | Watchers | Issues | PRs | Release downloads | Note |
119119
|---|---:|---:|---:|---:|---:|---:|---:|---|
120-
| 2026-05-12T13:45:44+00:00 | 3 | 998 | 21 | 0 | 10 | 0 | 40 | current monitor pass after homepage mobile action-row fix deployed, live 320px layout verified, and IndexNow refreshed for homepage plus sitemap: https://github.com/aaronlab/browsertrace/issues/16#issuecomment-4431112725; star goal remains incomplete; traffic views 354/132 unique, clones 16382/2819 unique |
120+
| 2026-05-12T13:56:32+00:00 | 3 | 998 | 21 | 0 | 10 | 0 | 40 | current monitor pass after homepage contributing line gained a direct good-first issue queue link next to the First PR Recipe; star goal remains incomplete; traffic views 354/132 unique, clones 16382/2819 unique |
121121

122122
The active objective is incomplete until `stargazerCount > 1000`.
123123

docs/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -421,7 +421,7 @@ <h1 id="title">Replay failed browser runs</h1>
421421
<span>Raw export: <a href="./trace.html">open trace.html</a></span>
422422
<span>Release asset: <a href="https://github.com/aaronlab/browsertrace/releases/download/v0.1.17/browsertrace-demo.html">download browsertrace-demo.html</a></span>
423423
<span>Public-safe export: <a href="https://github.com/aaronlab/browsertrace/releases/download/v0.1.17/browsertrace-demo-public.html">download browsertrace-demo-public.html</a></span>
424-
<span>Contributing: <a href="https://github.com/aaronlab/browsertrace/blob/main/CONTRIBUTING.md#first-pr-recipe">First PR Recipe</a> keeps the first contribution small and reviewable.</span>
424+
<span>Contributing: <a href="https://github.com/aaronlab/browsertrace/labels/good%20first%20issue">Good first issues</a> and the <a href="https://github.com/aaronlab/browsertrace/blob/main/CONTRIBUTING.md#first-pr-recipe">First PR Recipe</a> keep the first contribution small and reviewable.</span>
425425
</div>
426426

427427
<section class="quickstart" aria-labelledby="quickstart-title">

docs/launch/metrics-log.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1049,3 +1049,4 @@ uv run --python 3.11 python scripts/launch_metrics.py --json
10491049
| 2026-05-12T13:21:29+00:00 | 3 | 998 | 21 | 0 | 10 | 0 | 40 | current monitor pass after IndexNow refresh for llms.txt local HTML upload navigation failure-shape update returned HTTP 200 from generic and Bing endpoints: https://github.com/aaronlab/browsertrace/issues/16#issuecomment-4430902463; star goal remains incomplete; traffic views 354/132 unique, clones 16382/2819 unique |
10501050
| 2026-05-12T13:40:55+00:00 | 3 | 998 | 21 | 0 | 10 | 0 | 40 | current monitor pass after contributor PR #359 merged, issue #358 closed and unpinned, duplicate malformed issue #360 closed, replacement good-first issue #361 opened and pinned, launch discussion queue refreshed, external listing status recorded in #18, and homepage mobile action wrapping fixed locally; star goal remains incomplete; traffic views 354/132 unique, clones 16382/2819 unique |
10511051
| 2026-05-12T13:45:44+00:00 | 3 | 998 | 21 | 0 | 10 | 0 | 40 | current monitor pass after homepage mobile action-row fix deployed, live 320px layout verified, and IndexNow refreshed for homepage plus sitemap: https://github.com/aaronlab/browsertrace/issues/16#issuecomment-4431112725; star goal remains incomplete; traffic views 354/132 unique, clones 16382/2819 unique |
1052+
| 2026-05-12T13:56:32+00:00 | 3 | 998 | 21 | 0 | 10 | 0 | 40 | current monitor pass after homepage contributing line gained a direct good-first issue queue link next to the First PR Recipe; star goal remains incomplete; traffic views 354/132 unique, clones 16382/2819 unique |

tests/test_metadata.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,10 +287,15 @@ def test_homepage_links_first_pr_recipe_for_small_contributions():
287287
homepage = (project_root / "docs" / "index.html").read_text()
288288

289289
assert "First PR Recipe" in homepage
290+
assert (
291+
"https://github.com/aaronlab/browsertrace/labels/good%20first%20issue"
292+
in homepage
293+
)
290294
assert (
291295
"https://github.com/aaronlab/browsertrace/blob/main/CONTRIBUTING.md#first-pr-recipe"
292296
in homepage
293297
)
298+
assert "Good first issues" in homepage
294299
assert "first contribution small and reviewable" in homepage
295300
assert "stars" not in homepage.lower()
296301
assert "upvotes" not in homepage.lower()

0 commit comments

Comments
 (0)