Skip to content

Update help page with support email #8868

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

Merged
merged 3 commits into from
Aug 4, 2025
Merged
Show file tree
Hide file tree
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
9 changes: 9 additions & 0 deletions app/test/frontend/golden/help_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,15 @@ <h1 id="help" class="hash-header">
<a href="/help/content-moderation">content moderation</a>
.
</p>
<h2 id="contact-us" class="hash-header">
Contact us
<a href="#contact-us" class="hash-link">#</a>
</h2>
<p>
If the above information doesn't answer your questions, you can contact us at
<a href="mailto:[email protected]">[email protected]</a>
.
</p>
</div>
</div>
</main>
Expand Down
4 changes: 4 additions & 0 deletions app/test/shared/markdown_test.dart
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,10 @@ void main() {
markdownToHtml('[me](mailto:[email protected])',
urlResolverFn: urlResolverFn),
'<p><a href="mailto:[email protected]">me</a></p>\n');
expect(
markdownToHtml('mail to [email protected].'),
'<p>mail to <a href="mailto:[email protected]">[email protected]</a>.</p>\n',
);
});
});

Expand Down
4 changes: 4 additions & 0 deletions doc/help.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,7 @@ To report concerns over potential [policy issues](/policy),
please use the "Report package" link, see [content moderation][1].

[1]: /help/content-moderation

## Contact us

If the above information doesn't answer your questions, you can contact us at [email protected].