chore(readme): add UTM tracking params to download links#1559
Conversation
📝 WalkthroughWalkthroughThe README installation instructions are updated to append UTM tracking parameters to the download link, enabling traffic attribution from the GitHub repository and README to the download destination. ChangesREADME Download Link Tracking
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Comment |
There was a problem hiding this comment.
Actionable comments posted: 2
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@README.md`:
- Line 36: Fix the grammatical error in the README sentence by replacing the
phrase "run in from your terminal" with "run it from your terminal" (update the
line that currently reads "# Download DMG, EXEs over at
https://tinyhumans.ai/openhuman?utm_source=github&utm_medium=readme or run in
from your terminal" to use "run it from your terminal"); ensure spacing and
punctuation remain consistent with surrounding text.
- Line 35: The fenced code block that currently begins with ``` and contains the
line "# Download DMG, EXEs over at
https://tinyhumans.ai/openhuman?utm_source=github&utm_medium=readme or run in
from your terminal" needs a language specifier to satisfy MD040; change the
opening fence from ``` to ```bash so the block reads as a bash snippet and
enables proper syntax highlighting.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
| To install or get started, either download from the website over at [tinyhumans.ai/openhuman](https://tinyhumans.ai/openhuman) or run | ||
| To install or get started, either download from the website over at [tinyhumans.ai/openhuman](https://tinyhumans.ai/openhuman?utm_source=github&utm_medium=readme) or run | ||
|
|
||
| ``` |
There was a problem hiding this comment.
Add language specifier to fenced code block.
The code block should specify a language for proper syntax highlighting and to satisfy markdownlint rules.
📝 Proposed fix
-```
+```bash
# Download DMG, EXEs over at https://tinyhumans.ai/openhuman?utm_source=github&utm_medium=readme or run in from your terminalAs per coding guidelines, the static analysis tool markdownlint-cli2 flagged this as MD040 (fenced-code-language).
📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| ``` |
🧰 Tools
🪛 markdownlint-cli2 (0.22.1)
[warning] 35-35: Fenced code blocks should have a language specified
(MD040, fenced-code-language)
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@README.md` at line 35, The fenced code block that currently begins with ```
and contains the line "# Download DMG, EXEs over at
https://tinyhumans.ai/openhuman?utm_source=github&utm_medium=readme or run in
from your terminal" needs a language specifier to satisfy MD040; change the
opening fence from ``` to ```bash so the block reads as a bash snippet and
enables proper syntax highlighting.
|
|
||
| ``` | ||
| # Download DMG, EXEs over at https://tinyhumans.ai/openhuman or run in from your terminal | ||
| # Download DMG, EXEs over at https://tinyhumans.ai/openhuman?utm_source=github&utm_medium=readme or run in from your terminal |
There was a problem hiding this comment.
Fix grammatical error in comment.
The phrase "run in from your terminal" contains an extra word. It should be either "run it from your terminal" or "run from your terminal".
✏️ Proposed fix
-# Download DMG, EXEs over at https://tinyhumans.ai/openhuman?utm_source=github&utm_medium=readme or run in from your terminal
+# Download DMG, EXEs over at https://tinyhumans.ai/openhuman?utm_source=github&utm_medium=readme or run it from your terminal📝 Committable suggestion
‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.
| # Download DMG, EXEs over at https://tinyhumans.ai/openhuman?utm_source=github&utm_medium=readme or run in from your terminal | |
| # Download DMG, EXEs over at https://tinyhumans.ai/openhuman?utm_source=github&utm_medium=readme or run it from your terminal |
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@README.md` at line 36, Fix the grammatical error in the README sentence by
replacing the phrase "run in from your terminal" with "run it from your
terminal" (update the line that currently reads "# Download DMG, EXEs over at
https://tinyhumans.ai/openhuman?utm_source=github&utm_medium=readme or run in
from your terminal" to use "run it from your terminal"); ensure spacing and
punctuation remain consistent with surrounding text.
Summary
?utm_source=github&utm_medium=readmeto the twotinyhumans.ai/openhumanlinks inREADME.mdso we can track traffic from the repo.Closes #1557
Test plan
Summary by CodeRabbit