summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2024-09-15 12:50:27 +0200
committerGitHub <noreply@github.com>2024-09-15 10:50:27 +0000
commitdb71a178bef7f1525d732a190ac75a1a6d56f24b (patch)
treebcd35944a3659b1d5e73a7750ae93b0d7e773396
parentd48293f1c6ff5cfb256946be4f814df851197bd7 (diff)
Add forum and contact links to issue template (#4961)
-rw-r--r--.github/ISSUE_TEMPLATE/config.yml11
1 files changed, 7 insertions, 4 deletions
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
index 2c76b807..601c1e9a 100644
--- a/.github/ISSUE_TEMPLATE/config.yml
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -3,9 +3,12 @@ contact_links:
- name: 💻 Web App Issues
url: https://github.com/typst/webapp-issues/issues
about: Bug reports or feature requests for Typst's official web app
+ - name: 🏛️ Typst Forum
+ url: https://forum.typst.app/
+ about: Do you have a question instead of a specific bug or feature request? Open a question in the Forum!
- name: 💬 Typst Discord
url: https://discord.gg/2uDybryKPe
- about: Get answers to your questions about Typst on our Discord server.
- - name: 🗣️ Discussions on GitHub
- url: https://github.com/typst/typst/discussions
- about: Do you have a question instead of a specific bug or feature request? Open a discussion thread!
+ about: If you're unsure about your issue, join and chat with the community on our Discord server!
+ - name: 📨 Contact Us
+ url: https://typst.app/contact/
+ about: Did you have a bad interaction here or need to speak with the Typst Team privately? You can contact us directly.