-
-
Notifications
You must be signed in to change notification settings - Fork 1
docs: add link to apps using the library #151
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
WalkthroughThe README file has been updated with a tip block that provides a link to a GitHub search query. This tip helps users identify Android app repositories that depend on the Changes
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
🧹 Nitpick comments (1)
README.md (1)
44-46
: Refactor URL Formatting in Tip Block for Markdown Lint ComplianceThe added tip block is a useful documentation enhancement, guiding users to identify Android apps that depend on the library. However, the URL on line 45 is a bare URL, which may trigger markdown lint warnings (MD034: no bare URLs). For clarity and compliance, consider wrapping the URL in markdown link syntax.
For example, change:
- > To find all Android app repos that depend on this library, go to https://github.com/search?q=org%3Aelimu-ai+com.github.elimu-ai%3Acontent-provider%3A&type=code + > To find all Android app repos that depend on this library, go to [this search query](https://github.com/search?q=org%3Aelimu-ai+com.github-elimu-ai%3Acontent-provider%3A&type=code).🧰 Tools
🪛 markdownlint-cli2 (0.17.2)
45-45: Bare URL used
null(MD034, no-bare-urls)
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
README.md
(1 hunks)
🧰 Additional context used
🪛 markdownlint-cli2 (0.17.2)
README.md
45-45: Bare URL used
null
(MD034, no-bare-urls)
⏰ Context from checks skipped due to timeout of 90000ms (4)
- GitHub Check: build (windows-latest, 21)
- GitHub Check: build (windows-latest, 17)
- GitHub Check: build (macos-latest, 21)
- GitHub Check: build (macos-latest, 17)
Issue Number
Purpose
Technical Details
Testing Instructions
Screenshots
Summary by CodeRabbit