Skip to content

Commit 5833f22

Browse files
committed
docs: link profile pinning issue
1 parent 326bda6 commit 5833f22

5 files changed

Lines changed: 10 additions & 1 deletion

File tree

LAUNCH.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,8 @@ Codex can prepare assets, update the repo, write copy, audit links, and monitor
7272
- Create or update the `aaronlab/aaronlab` GitHub profile repository with
7373
`docs/launch/github-profile-readme.md`.
7474
- Pin BrowserTrace (`aaronlab/browsertrace`) on the public GitHub profile so it
75-
stays above older experiments during launch.
75+
stays above older experiments during launch; track in
76+
https://github.com/aaronlab/browsertrace/issues/24.
7677
- Upload `docs/social-preview.png` as the GitHub repository social preview in Settings -> Social preview. If PNG generation is unavailable, use `docs/social-preview.svg` as source for a manual export first.
7778
- Submit `https://aaronlab.github.io/browsertrace/sitemap.xml` in Google Search
7879
Console and Bing Webmaster Tools.

docs/launch/owner-next-actions.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ Profile -> Customize your pins -> aaronlab/browsertrace
7474
The GitHub API available here does not expose profile pinning, so this must be
7575
done once in the GitHub UI.
7676

77+
Profile pinning tracking issue:
78+
https://github.com/aaronlab/browsertrace/issues/24
79+
7780
Tracking issue: https://github.com/aaronlab/browsertrace/issues/13
7881

7982
## 3. Upload The GitHub Social Preview

docs/launch/owner-next-actions.zh-CN.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,9 @@ Profile -> Customize your pins -> aaronlab/browsertrace
7474
当前可用的 GitHub API 不暴露 profile pinning,所以这一步需要你在 GitHub UI
7575
里手动做一次。
7676

77+
Profile pinning 跟踪 issue:
78+
https://github.com/aaronlab/browsertrace/issues/24
79+
7780
跟踪 issue: https://github.com/aaronlab/browsertrace/issues/13
7881

7982
## 3. 上传 GitHub Social Preview

docs/launch/owner-publish-queue.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ Use `docs/launch/day-1-publish-packet.md` as the single owner-facing checklist.
4040
- Keep BrowserTrace as the first featured project during launch.
4141
- Pin BrowserTrace on the public GitHub profile with
4242
`Profile -> Customize your pins -> aaronlab/browsertrace`.
43+
Tracking issue: https://github.com/aaronlab/browsertrace/issues/24
4344
- Keep `aaronlab/aaronagent` only as an old-traffic redirect.
4445
- Repository social preview: upload `docs/social-preview.png` in Settings ->
4546
General -> Social preview before external posts.

tests/test_metadata.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -213,6 +213,7 @@ def test_owner_profile_actions_include_browsertrace_pin_step():
213213
text = (project_root / relpath).read_text()
214214
assert phrase in text, relpath
215215
assert "aaronlab/browsertrace" in text, relpath
216+
assert "https://github.com/aaronlab/browsertrace/issues/24" in text, relpath
216217

217218

218219
def test_first_run_docs_include_doctor_command():

0 commit comments

Comments
 (0)