docs: add GROWTH.md — community visibility playbook#189
docs: add GROWTH.md — community visibility playbook#189Gingiris wants to merge 1 commit intominitap-ai:mainfrom
Conversation
A practical guide for increasing project visibility and building contributor community, based on mobile-use's unique strengths: - 100% AndroidWorld benchmark achievement - Natural language mobile automation - Cross-platform (Android + iOS) support Includes: - Awesome-list submission templates - Content strategy suggestions - Community building checklist - Metrics tracking framework
📝 WalkthroughWalkthroughA new Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment Tip CodeRabbit can scan for known vulnerabilities in your dependencies using OSV Scanner.OSV Scanner will automatically detect and report security vulnerabilities in your project's dependencies. No additional configuration is required. |
There was a problem hiding this comment.
🧹 Nitpick comments (1)
GROWTH.md (1)
79-81: Consider completing the baseline metrics before publishing.Three metrics are marked "TBD" which limits the ability to track progress against goals. While it's fine to have this as a draft, completing these baselines would make the framework immediately actionable.
The following can be easily filled:
- PyPI weekly downloads: Check PyPI stats or use
pip downloadcounts- Discord members: Check the Discord server member count
- Contributors: Run
git shortlog -sn --all | wc -lto get current contributor count🤖 Prompt for AI Agents
Verify each finding against the current code and only fix it if needed. In `@GROWTH.md` around lines 79 - 81, Fill in the "TBD" baseline values in the GROWTH.md metrics table for the rows "PyPI weekly downloads", "Discord members", and "Contributors": fetch current PyPI weekly downloads (via pypistats.org or pip/download counts) and place that number in the "Baseline" column for "PyPI weekly downloads"; check the current Discord server member count and put it in the "Baseline" for "Discord members"; compute current contributor count (e.g., run git shortlog -sn --all | wc -l) and insert that number as the "Baseline" for "Contributors", then commit the updated table so progress targets become actionable.
🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.
Nitpick comments:
In `@GROWTH.md`:
- Around line 79-81: Fill in the "TBD" baseline values in the GROWTH.md metrics
table for the rows "PyPI weekly downloads", "Discord members", and
"Contributors": fetch current PyPI weekly downloads (via pypistats.org or
pip/download counts) and place that number in the "Baseline" column for "PyPI
weekly downloads"; check the current Discord server member count and put it in
the "Baseline" for "Discord members"; compute current contributor count (e.g.,
run git shortlog -sn --all | wc -l) and insert that number as the "Baseline" for
"Contributors", then commit the updated table so progress targets become
actionable.
|
Thanks for the review @coderabbitai! Good catch on the TBD metrics. Here are the actual baseline numbers:
Will update the GROWTH.md with real numbers shortly. |
|
Tip For best results, initiate chat on the files or code changes.
A couple of suggestions when you update
ʕ •ᴥ•ʔ |
Hey mobile-use team! 👋
I'm a fan of what you're building — being the first to hit 100% on AndroidWorld is genuinely impressive.
I put together a GROWTH.md to help with community visibility and contributor growth. It's not a marketing doc; it's a practical playbook based on what I've seen work for similar open-source projects.
What's included:
Why I'm contributing:
mobile-use solves a real problem and has strong technical foundations. The benchmark results are compelling, but more people should know about this project.
Feel free to modify, expand, or completely rewrite this — it's just a starting point. Happy to discuss any suggestions!
This is a community contribution. No strings attached.
Summary by CodeRabbit