-
Notifications
You must be signed in to change notification settings - Fork 1
Initial setup #1
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
Add a CONTRIBUTING.md file outlining the process for submitting pull requests, coordination with maintainers, and expectations for contributions. Include guidance on writing effective commit messages, applying license headers, and signing off contributions to ensure clarity and compliance in the project's collaboration workflow. Signed-off-by: Peng Tao <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Summary of Changes
Hello @bergwolf, 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!
I've initiated the foundational setup for community documentation by adding key files that will guide contributions, define project governance, and establish a code of conduct. This effort aims to create a clear and structured environment for the ModelPack/ModelSpec project, ensuring transparency and fostering a healthy community from the outset.
Highlights
- Contribution Guidelines: I've added CONTRIBUTING.md to provide comprehensive guidelines for external contributions, covering successful change processes, commit message standards, license header requirements, and the Developer Certificate of Origin (DCO).
- Project Governance: I've introduced GOVERNANCE.md to define the project's operational structure, including core values, maintainer responsibilities, the process for becoming or removing a maintainer, and details on project meetings.
- Code of Conduct: I've included code-of-conduct.md to formally adopt the CNCF Code of Conduct, ensuring a respectful and inclusive environment for all participants.
Using Gemini Code Assist
The 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 in your pull request via creating an issue comment (i.e. comment on the pull request page) using either /gemini <command>
or @gemini-code-assist <command>
. Below is a summary of the supported commands.
Feature | Command | Description |
---|---|---|
Code Review | /gemini review |
Performs a code review for the current pull request in its current state. |
Pull Request Summary | /gemini summary |
Provides a summary of the current pull request in its current state. |
Comment | @gemini-code-assist | Responds in comments when explicitly tagged, both in issue comments and review comments. |
Help | /gemini help |
Displays a list of available commands. |
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 .gemini/
folder in the base of the repository. Detailed instructions can be found here.
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 or fill out our survey to provide feedback.
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
-
Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution. ↩
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Code Review
This pull request sets up the initial community documentation, including contributing guidelines, project governance, and a code of conduct. The documents are comprehensive and provide a good foundation for the project. My review includes several suggestions to improve clarity and consistency, particularly regarding the project's name, meeting schedules, and general wording in the markdown files. Addressing these points will help ensure the documentation is clear and professional for new contributors.
specification standard to package, distribute and run AI models in a cloud native | ||
environments. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This sentence has a minor typo and an awkward line break. 'environments' should be singular, and the sentence would read better on a single line.
specification standard to package, distribute and run AI models in a cloud native | |
environments. | |
specification standard to package, distribute and run AI models in a cloud native environment. |
Make sure that new tests are added for bugs in order to catch regressions and tests | ||
with new features to exercise the new functionality that is added. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The phrasing here is a bit unclear. It can be simplified for better readability.
Make sure that new tests are added for bugs in order to catch regressions and tests | |
with new features to exercise the new functionality that is added. | |
Make sure that new tests are added for bugs in order to catch regressions and for new features to exercise the new functionality that is added. |
- [Maintainers](#maintainers) | ||
- [Becoming a Maintainer](#becoming-a-maintainer) | ||
- [Meetings](#meetings) | ||
- [Code of Conduct Enforcement](#code-of-conduct) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The text for this table of contents entry, 'Code of Conduct Enforcement', doesn't exactly match the corresponding section heading, which is 'Code of Conduct'. For consistency and accurate navigation, it's better if they match.
- [Code of Conduct Enforcement](#code-of-conduct) | |
- [Code of Conduct](#code-of-conduct) |
- Participate actively and impactfully in discussions, contributions, code and documentation reviews `this will need quantifying eventually` | ||
- Perform useful reviews for a significant number of non-trivial pull requests `this will need quantifying eventually` | ||
- Contribute non-trivial pull requests and have them merged `this will need quantifying eventually` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These notes, this will need quantifying eventually
, appear to be internal placeholders. For a public-facing governance document, it's best to remove them. If the criteria are meant to be flexible, the document can state that they are at the discretion of the Maintainer Council.
- Participate actively and impactfully in discussions, contributions, code and documentation reviews `this will need quantifying eventually` | |
- Perform useful reviews for a significant number of non-trivial pull requests `this will need quantifying eventually` | |
- Contribute non-trivial pull requests and have them merged `this will need quantifying eventually` | |
- Participate actively and impactfully in discussions, contributions, code and documentation reviews | |
- Perform useful reviews for a significant number of non-trivial pull requests | |
- Contribute non-trivial pull requests and have them merged |
GOVERNANCE.md
Outdated
|
||
## Meetings | ||
|
||
Time zones permitting, Maintainers are expected to participate in the ModelSpec office hours virtual meeting, which occurs bi-weekly on Thursday at 10:00ET. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The 'ET' timezone is ambiguous because it doesn't account for Daylight Saving Time. This can lead to confusion. It's best practice to use a specific timezone identifier like 'America/New_York' or a UTC offset. Since the meeting details below use UTC, it would be best to be consistent and use UTC here as well.
Time zones permitting, Maintainers are expected to participate in the ModelSpec office hours virtual meeting, which occurs bi-weekly on Thursday at 10:00ET. | |
Time zones permitting, Maintainers are expected to participate in the ModelSpec office hours virtual meeting, which occurs bi-weekly on Thursday at 14:00 UTC. |
|
||
### ModelSpec Public Office Hours (bi-weekly) | ||
|
||
**Every second Thursday @ 14:00 - 15:00** |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The phrase 'Every second Thursday' can be ambiguous. It could mean the second Thursday of the month, or every other Thursday. Given the 'bi-weekly' description above, using 'Bi-weekly on Thursdays' or 'Every other Thursday' would be clearer.
**Every second Thursday @ 14:00 - 15:00** | |
**Bi-weekly on Thursdays @ 14:00 - 15:00** |
@@ -0,0 +1,3 @@ | |||
# CNCF ModelPack Community Code of Conduct | |||
|
|||
The CNCF ModelPack Specification project follows the [CNCF Code of Conduct](https://github.com/cncf/foundation/blob/main/code-of-conduct.md). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There appears to be an inconsistency in the project name used across the documentation. This file uses 'CNCF ModelPack Specification project', CONTRIBUTING.md
uses 'ModelPack project', and GOVERNANCE.md
uses 'ModelSpec project'. It would be beneficial to standardize on a single, consistent name throughout all project documents to ensure clarity.
Add a GOVERNANCE.md outlining the ModelSpec project's governance structure, values, maintainer roles and responsibilities, meeting schedules, and code of conduct enforcement. The zoom meeting info is also updated to use the LFX one. Signed-off-by: Peng Tao <[email protected]>
Introduce a new code-of-conduct.md file outlining the CNCF ModelPack project's adherence to the CNCF Code of Conduct. This establishes community guidelines and expected behavior. Signed-off-by: Peng Tao <[email protected]>
0de17f5
to
d902159
Compare
Let's move the community docs to a dedicated repository.