18 lines
559 B
Markdown
18 lines
559 B
Markdown
+++
|
|
title = "Contact the team"
|
|
template = "page.html"
|
|
+++
|
|
|
|
<section class="section-row">
|
|
<div class="section">
|
|
|
|
# Contact the team.
|
|
|
|
* Members of the press, please see the [press resources](/press) page.
|
|
* For general discussions, reach out on [Discord](https://discord.graphite.rs) or [Reddit](https://www.reddit.com/r/graphite/).
|
|
* To report a bug or request a feature, please [file an issue](https://github.com/GraphiteEditor/Graphite/issues/new) on GitHub.
|
|
* For other inquiries, please get in touch by email at <contact@graphite.rs>.
|
|
|
|
</div>
|
|
</section>
|