-
Notifications
You must be signed in to change notification settings - Fork 2.3k
chore: Add links to maintainer profiles #5788
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
Conversation
MAINTAINERS.md
Outdated
| * [Alex Hancock (@alexhancock)](https://github.com/alexhancock)) | ||
| * [Bradley Axen (@baxen)](https://github.com/baxen)) | ||
| * [David Katz (@katzdave)](https://github.com/katzdave)) | ||
| * [Douwe Osinga (@DOsinga)])(https://github.com/DOsinga) |
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.
extra ) here
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.
Pull Request Overview
This PR enhances the MAINTAINERS.md file by adding clickable GitHub profile links to all maintainer names, improving discoverability and making it easier to contact or view profiles of project maintainers.
Key changes:
- Converted plain text maintainer names to markdown links with GitHub usernames
- Added GitHub profile URLs for all 12 maintainers (7 core + 5 regular)
| * [Angie Jones (@angiejones)](https://github.com/angiejones) | ||
| * [Rizèl Scarlett (@blackgirlbytes)](https://github.com/blackgirlbytes) | ||
| * [Tania Chakraborty (@taniandjerry)](https://github.com/taniandjerry) | ||
| * [@The-Best-Codes](https://github.com/The-Best-Codes) |
Copilot
AI
Nov 18, 2025
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.
Inconsistent format: this entry lacks the full name that all other maintainers have. Consider using the same pattern: [The-Best-Codes (@The-Best-Codes)](https://github.com/The-Best-Codes) or obtain the maintainer's full name for consistency.
| * [@The-Best-Codes](https://github.com/The-Best-Codes) | |
| * [The-Best-Codes (@The-Best-Codes)](https://github.com/The-Best-Codes) |
|
Thank you for this @maniksurtani ! I was just thinking about this. <3 |
* main: feat/fix Re-enabled WAL with commit transaction management (Linux Verification Requested) (#5793) chore: remove autopilot experimental feature (#5781) Read paths from an interactive & login shell (#5774) docs: acp clients (#5800) Provider error proxy for simulating various types of errors (#5091) chore: Add links to maintainer profiles (#5788) Quick fix for community all stars script (#5798) Document Mistral AI provider (#5799) docs: Add Community Stars recipe script and txt file (#5776)
* main: (33 commits) fix: support Gemini 3's thought signatures (#5806) chore: Add Adrian Cole to Maintainers (#5815) [MCP-UI] Proxy and Better Message Handling (#5487) Release 1.15.0 Document New Window menu in macOS dock (#5811) Catch cron errors (#5707) feat/fix Re-enabled WAL with commit transaction management (Linux Verification Requested) (#5793) chore: remove autopilot experimental feature (#5781) Read paths from an interactive & login shell (#5774) docs: acp clients (#5800) Provider error proxy for simulating various types of errors (#5091) chore: Add links to maintainer profiles (#5788) Quick fix for community all stars script (#5798) Document Mistral AI provider (#5799) docs: Add Community Stars recipe script and txt file (#5776) chore: incorporate LF feedback (#5787) docs: quick launcher (#5779) Bump auto scroll threshold (#5738) fix: add one-time cleanup for linux hermit locking issues (#5742) Don't show update tray icon if GOOSE_VERSION is set (#5750) ...
Signed-off-by: Blair Allan <[email protected]>
Summary
Link maintainer names to profiles
Type of Change