-
Notifications
You must be signed in to change notification settings - Fork 43
Add a Learnings overview page. #454
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
base: main
Are you sure you want to change the base?
Conversation
Caution Review failedFailed to post review comments. Configuration used: CodeRabbit UI 📒 Files selected for processing (5)
🧰 Additional context used🧠 Learnings (6)📓 Common learnings
docs/integrations/knowledge-base.md (2)
docs/guides/initial-configuration.md (3)
sidebars.ts (1)
docs/guides/configuration-overview.md (1)
docs/guides/learnings.md (1)
🪛 LanguageTooldocs/guides/learnings.md[style] ~25-~25: Consider removing “of” to be more concise (ALL_OF_THE) [style] ~28-~28: Consider removing “of” to be more concise (ALL_OF_THE) [style] ~74-~74: Consider removing “of” to be more concise (ALL_OF_THE) [style] ~106-~106: Three successive sentences begin with the same word. Consider rewording the sentence or use a thesaurus to find a synonym. (ENGLISH_WORD_REPEAT_BEGINNING_RULE) 🔇 Additional comments (3)
WalkthroughThe documentation was updated to introduce and explain the "learnings" feature, which allows CodeRabbit to remember and apply team-specific code review preferences. A new guide was added, references and navigation were updated, and sidebar navigation was adjusted to include the new page. Existing documentation was revised for clarity and consistency. Changes
Sequence Diagram(s)sequenceDiagram
participant User
participant CodeRabbit
participant WebInterface
User->>CodeRabbit: Comments with review preference on PR/Issue
CodeRabbit-->>User: Acknowledges and stores learning
User->>WebInterface: Views or manages learnings
WebInterface-->>User: Displays, filters, or allows editing/deletion of learnings
CodeRabbit->>CodeRabbit: Applies relevant learnings during future code reviews
Poem
Pre-Merge Checks (4 warnings)❌ Failed Checks (4 warnings)
Impact AnalysisNew documentation and improved guidance for CodeRabbit "learnings" featureℹ️ Low 🔄 Impacts behavior Users now have access to a comprehensive guide explaining how to teach CodeRabbit their code review preferences using natural language, how these preferences are stored and applied, and how to manage or opt out of this feature. Navigation and references across related documentation have been updated to improve discoverability and clarity regarding the "learnings" functionality. Verify that users can easily find and understand the new "learnings" documentation from the sidebar and related guides. Test documentation workflows for adding, viewing, editing, and deleting learnings, and confirm that opt-out instructions are clear and actionable. 🔍 Related Files
✨ Finishing Touches
🧪 Generate unit tests
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
SupportNeed help? Create a ticket on our support page for assistance with any issues or questions. 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 (
|
Deploying coderabbit-docs with
|
Latest commit: |
d3f127f
|
Status: | ✅ Deploy successful! |
Preview URL: | https://63c16696.coderabbit-docs.pages.dev |
Branch Preview URL: | https://learnings.coderabbit-docs.pages.dev |
Fixes #362.
Staged: