docs(contributing): add detailed contributing guidelines#383
Conversation
…pport - Provide steps for confirming upstream parsing support before changes - Describe how to add listener interfaces in listeners.go - Explain dispatcher registration and event routing in dispatcher.go - Outline testing requirements with examples for dispatcher_test.go - Include naming conventions and reference implementations - Emphasize scope and focus for typical event support pull requests
Summary of ChangesHello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request introduces a Highlights
🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console. Changelog
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
|
Warning Rate limit exceeded
⌛ How to resolve this issue?After the wait time has elapsed, 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 have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ✨ 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.
Code Review
This pull request introduces a CONTRIBUTING.md file, which provides excellent and detailed guidelines for developers looking to add support for new GitLab webhook events. The document is well-structured and clear. I have one suggestion to improve the long-term maintainability of a URL within the documentation.
Note: Security Review has been skipped due to the limited scope of the PR.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## 3.x #383 +/- ##
=======================================
Coverage 92.55% 92.55%
=======================================
Files 1 1
Lines 215 215
=======================================
Hits 199 199
Misses 11 11
Partials 5 5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Pull request overview
Adds a new CONTRIBUTING.md to document how to contribute, with a focus on the repository’s established workflow for adding support for additional GitLab webhook event types.
Changes:
- Adds basic development steps (
make lint,make test) to run before submitting changes. - Documents a step-by-step process for adding support for new webhook events (verify upstream parsing, add listener, wire dispatcher, add tests/fixtures).
- Provides naming conventions and examples aligned with the existing dispatcher/listener design.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
No description provided.