Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions website/src/about.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,12 @@ const About = () => {
</Paragraph>

<Heading variant='h5'>Contact Us</Heading>
<Paragraph variant='body1'>
To report malicious extensions, extensions with known vulnerabilities, or other urgent matters, connect with us via
<Link color='secondary' underline='hover' href='mailto:[email protected]'>[email protected]</Link>.
For non-urgent matters, including managing namespaces or questions about publishing extensions, please visit the
<Link color='secondary' underline='hover' href='https://github.com/EclipseFdn/open-vsx.org/wiki'>wiki</Link>
</Paragraph>
<Paragraph variant='body1'>
We use Slack for instant messaging and general communication,
use this <Link color='secondary' underline='hover' href='https://join.slack.com/t/openvsxworkinggroup/shared_invite/zt-2y07y1ggy-ct3IfJljjGI6xWUQ9llv6A'>link</Link> to join our Slack workspace.
Expand Down