Conversation
Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>
Summary of ChangesHello @beeme1mr, 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 transitions the C++ SDK repository from a private to a public state. This strategic move aims to foster community engagement, allowing for broader feedback and contributions now that the foundational development is established. The change reflects a readiness to open the project to a wider audience and accelerate its development through collaborative efforts. Highlights
Changelog
Activity
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
|
There was a problem hiding this comment.
Code Review
This pull request updates the configuration in config/open-feature/org.yaml to make the cpp-sdk repository public. The change correctly removes the private: true flag and an associated comment. This change is straightforward, aligns with the pull request's description, and appears to be correct. I have no suggestions for improvement.
|
Should the contrib repo also be public? |
@kinyoklion Good question. @cupofcat @oxddr @NeaguGeorgiana23 is the contrib repo ready to be made public? |
This PR
Updates the C++ SDK repo configuration to be public. It was private while the initial scaffolding was being worked on. It's now in a place where we can start getting feedback and additional contributors.