-
Notifications
You must be signed in to change notification settings - Fork 16
docs: archive notice - repository consolidated into model-runner #157
Conversation
Reviewer's guide (collapsed on small PRs)Reviewer's GuideThis PR archives the current repository by adding a notice in the README directing all future development, issues, and pull requests to the consolidated model-runner repository. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Summary of ChangesHello @doringeman, 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 critical update to the repository's Highlights
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 adds a prominent notice to the README.md file to inform users that the repository has been archived and its contents consolidated into the model-runner repository. The change is clear and achieves its goal. I have one suggestion to improve the document structure by adjusting the heading level of the notice.
README.md
Outdated
| @@ -1,5 +1,15 @@ | |||
| # Docker Model CLI | |||
|
|
|||
| # ⚠️ This Repository Has Moved | |||
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.
For better document structure, it's generally recommended to have only one top-level H1 heading per document. Using a level-2 heading (##) for this notice would make it a clear subsection under the main project title, improving readability and semantic structure.
| # ⚠️ This Repository Has Moved | |
| ## ⚠️ This Repository Has Moved |
This repo has been consolidated into model-runner. All future development, issues, and PRs should be directed there. Signed-off-by: Dorin Geman <[email protected]>
This repo has been consolidated into model-runner. All future development, issues, and PRs should be directed there.
Summary by Sourcery
Documentation: