chore: update codeowners and add pull request template#354
Conversation
|
Warning Review limit reached
More reviews will be available in 7 minutes and 1 second. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThis PR establishes repository governance by defining code ownership for system file paths and providing contributor guidance. A CODEOWNERS file maps maintainers to shared and Bluefin-specific directories. A new pull request template directs contributors to place Bluefin/Gnome changes in ChangesRepository governance and contributor guidelines
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Poem
🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
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 @.github/CODEOWNERS:
- Line 2: The CODEOWNERS entry uses a non-recursive glob
("system_files/shared/*") so nested files escape ownership; update the pattern
to a recursive glob ("system_files/shared/**") to ensure ownership applies to
all nested files and replicate the same change for the other similar entries
referenced (the "5-5" occurrence) so review enforcement covers entire directory
trees.
In @.github/pull_request_template.md:
- Line 3: Update the pull request template text to fix contributor-facing typos
and phrasing: change "directery" to "directory", change "go the" to "go to the",
and normalize "Gnome related" to "GNOME-related"; apply these corrections in the
sentence that references the README link and in the duplicate occurrence noted
(also applies to the other instance). Ensure the corrected sentence reads
clearly (e.g., "Please read the README and ensure your change goes to the
correct directory.") and keep the README link intact.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: Organization UI
Review profile: CHILL
Plan: Pro Plus
Run ID: 20c6d914-7c1c-4c95-b6c5-53cf5c99bc06
📒 Files selected for processing (2)
.github/CODEOWNERS.github/pull_request_template.md
|
No idea who else should be there, so i think they can add themselves if needed. atleast the core people are there now |
Summary by CodeRabbit