Conversation
Added Discord badge and updated community help section.
There was a problem hiding this comment.
Pull request overview
This PR enhances the README.md file by integrating Discord as a community platform, adding a Discord badge to the header and updating various sections with Discord links.
Key Changes:
- Added a Discord badge with link in the badges section at the top of the README
- Updated the quick navigation links to include "Join Discord"
- Enhanced the "Getting Help" section with Discord as the primary community chat option
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
|
|
||
| <picture> | ||
| <source media="(prefers-color-scheme: dark)" srcset="./public/img/logo.png"> | ||
| <source media="(prefers-color-scheme: light)" srcset="./public/img/logo-inverted.png"> |
There was a problem hiding this comment.
The referenced file './public/img/logo-inverted.png' does not exist in the repository. The picture element references this file for light mode color scheme, but it's not present in the public/img directory. Either add the missing logo-inverted.png file or remove this source element if a light mode variant isn't available yet.
| <source media="(prefers-color-scheme: light)" srcset="./public/img/logo-inverted.png"> |
|



Added Discord badge and updated community help section.