chore: replace generic emails with GitHub references#7
Conversation
Replace generic @netresearch.de email addresses with GitHub-native mechanisms (Issues, Security Advisories, repository URLs). - Remove email from package metadata (composer.json, ext_emconf.php) - Add support/issues URLs to package metadata - Replace security contact with GitHub Security Advisories - Replace support/contact emails with GitHub Issues links - Remove email from PHP docblock @author tags - Use OCI labels in Dockerfiles
Summary of ChangesHello @CybotTM, 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 modernize and streamline communication channels by replacing outdated generic email addresses with more efficient and integrated GitHub-native mechanisms. The changes reduce potential spam and maintenance overhead by leveraging GitHub's built-in features for security advisories, issue tracking, and general discussions, thereby improving the overall support and contact experience for users and contributors. Highlights
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 successfully replaces the generic email address with a GitHub repository URL in the author metadata and introduces a dedicated support section with an issues URL. This change aligns well with the motivation to reduce spam and leverage GitHub's native mechanisms for support and contact, improving maintainability and security. The changes are clear and directly address the stated goals of the pull request.
Summary
@netresearch.deemail addresses with GitHub-native referencessupportsection to package metadata with Issues/Source URLsMotivation
Generic email addresses in public repositories attract spam and create maintenance overhead. GitHub provides better mechanisms for each use case:
Test plan