-
Notifications
You must be signed in to change notification settings - Fork 0
try fix it #9
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
try fix it #9
Conversation
Co-authored-by: ELMOURABEA <189882272+ELMOURABEA@users.noreply.github.com>
Co-authored-by: ELMOURABEA <189882272+ELMOURABEA@users.noreply.github.com>
…orship Configure repository for sponsorship with FUNDING.yml and updated READMEs
Added a greeting message for sponsorship information.
Added supported funding model platforms for sponsorship.
Summary of ChangesHello @ELMOURABEA, 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 aims to significantly enhance the author's GitHub presence by standardizing funding configurations and creating comprehensive, engaging README files for both the 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.
Code Review
This pull request significantly improves the repository's main README.md and the profile README.md, making them much more informative and well-structured. However, there are critical issues with the funding configuration. Both .github/FUNDING.yml and .github/FUNDING/ELMOURABEA.yml contain invalid YAML syntax that will prevent GitHub from displaying your sponsorship button. Additionally, the file .github/FUNDING/ELMOURABEA.yml appears to be redundant and in a non-standard location. GitHub looks for a single .github/FUNDING.yml file, so it's recommended to remove the redundant file and consolidate all funding information into the main .github/FUNDING.yml after fixing the syntax.
| </picture> | ||
| --> | ||
| # These are supported funding model platforms | ||
| Hello 👋 everyone for sposership, also private repo . if you |
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.
| thanks_dev:ELMOURABEA | ||
| custom:https://github.com/sponsors/ELMOURABEA/card | ||
| # These are supported funding model platforms | ||
| Hello 👋 everyone for sposership, also private repo . if you |
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.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 98010363a2
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| </picture> | ||
| --> | ||
| # These are supported funding model platforms | ||
| Hello 👋 everyone for sposership, also private repo . if you |
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.
Remove non-YAML line to keep funding config parseable
The line Hello 👋 everyone for sposership, also private repo . if you is a plain scalar at the top level, so the document is no longer a pure mapping; YAML parsers typically reject a scalar followed by mapping keys. That means the github:, patreon:, etc. entries below may be ignored, and GitHub Sponsors links won’t render. If you want this text, make it a comment (prefix with #) or move it to README instead.
Useful? React with 👍 / 👎.
No description provided.