Skip to content

Conversation

@matrixkavi
Copy link

@matrixkavi matrixkavi commented Dec 22, 2025

Notes for Reviewers

This PR fixes #54

Signed commits

  • Yes, I signed my commits.

Signed-off-by: Kavitha Karunakaran <kavithakarunakaran1988@gmail.com>
@welcome
Copy link

welcome bot commented Dec 22, 2025

Yay, your first pull request! 👍 A contributor will be by to give feedback soon. In the meantime, you can find updates in the #github-notifications channel in the community Slack.
Be sure to double-check that you have signed your commits. Here are instructions for making signing an implicit activity while performing a commit.

@gemini-code-assist
Copy link
Contributor

Summary of Changes

Hello @matrixkavi, 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 addresses and resolves an issue where 'help wanted' links in the profile/README.md were either incorrectly formatted or too broad. The changes update these links to accurately point to repository-specific 'help wanted' issues and refine a general query for such issues across multiple organizations. This ensures that users can easily find relevant contribution opportunities and improves the overall accuracy of the documentation.

Highlights

  • Documentation Hyperlink Fixes: Corrected several 'help wanted' issue hyperlinks within the profile/README.md file to ensure they accurately point to specific repositories' issue pages.
  • Query Syntax Update: Updated the query syntax for a general 'help wanted' issues link across multiple Meshery organizations, changing org: to has:org for improved accuracy.
  • Improved Alt Text: Enhanced the alt text descriptions for the 'help wanted' issue links to provide more specific context, indicating which repository's issues are being displayed.
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 by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

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 pull request 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. 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

  1. 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.

Copy link
Contributor

@gemini-code-assist gemini-code-assist bot left a 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 aims to fix hyperlinks for 'help wanted' issues in the profile README. Most of the changes are correct and improve the links by scoping them to the relevant repository, which is a good fix. However, one of the link updates introduces an incorrect search query syntax, which breaks the link. I've provided a specific comment with a suggestion to fix it. Otherwise, the changes look good.

@matrixkavi matrixkavi changed the title Fix: docs hyperlinks for help wanted issues. Fix: docs hyperlinks for help wanted issues in README file at org level Dec 22, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Docs] Link to Help Wanted issues is broken.

1 participant