chore: establish community contribution process#188
Conversation
Adds intro to CONTRIBUTING.md pointing to platform's contribution guide for general guidelines, branch naming, and commit conventions. Adds a Contributing card to the docs site introduction page. Closes DSPX-2421 Signed-off-by: Mary Dickson <mary.dickson@virtru.com>
Summary of ChangesHello @marythought, 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 streamlines the contribution process for the OpenTDF project by centralizing general contribution guidelines and enhancing their visibility within the documentation. It ensures that all contributors are directed to a single source for overarching rules, while maintaining specific documentation contribution instructions where relevant. This change aims to provide a clearer and more consistent experience for anyone looking to contribute to the project. 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
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
The pull request effectively updates the CONTRIBUTING.md file to clarify the scope of contributions and adds a new 'Contributing' card to docs/introduction.mdx, improving navigation and guidance for contributors. The changes are straightforward and well-implemented.
|
Do you think its worthwhile to do an ADR on the new community process? We discontinued Slack because it was becoming unmanageable. Do you have ideas of a process that might work best in async mode? |
Yup, I was thinking the same. I think updating/standardizing these documents is a good first step but not the end. |
## Summary - Adds intro paragraph to `CONTRIBUTING.md` pointing to `platform/CONTRIBUTING.md` for general guidelines, branch naming, and commit conventions; existing Vale/Docusaurus content unchanged - Adds a "Contributing" card to `docs/introduction.mdx` linking to `platform/CONTRIBUTING.md` ## Test plan - [ ] Review rendered Markdown on GitHub - [ ] Verify Contributing card renders correctly on the docs site - [ ] Verify all links resolve correctly Closes DSPX-2421 Signed-off-by: Mary Dickson <mary.dickson@virtru.com> Signed-off-by: Mike Morper <mike.morper@virtru.com>
## Summary - Adds intro paragraph to `CONTRIBUTING.md` pointing to `platform/CONTRIBUTING.md` for general guidelines, branch naming, and commit conventions; existing Vale/Docusaurus content unchanged - Adds a "Contributing" card to `docs/introduction.mdx` linking to `platform/CONTRIBUTING.md` ## Test plan - [ ] Review rendered Markdown on GitHub - [ ] Verify Contributing card renders correctly on the docs site - [ ] Verify all links resolve correctly Closes DSPX-2421 Signed-off-by: Mary Dickson <mary.dickson@virtru.com> Signed-off-by: Mike Morper <mike.morper@virtru.com>
Summary
CONTRIBUTING.mdpointing toplatform/CONTRIBUTING.mdfor general guidelines, branch naming, and commit conventions; existing Vale/Docusaurus content unchangeddocs/introduction.mdxlinking toplatform/CONTRIBUTING.mdTest plan
Closes DSPX-2421