diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2021-03-20 16:37:59 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2021-03-27 12:51:17 -0400 |
commit | 00f8262e57208f4faf4b8477df66411eb1886b51 (patch) | |
tree | 9f49dad79a75cf5c678c88ec15e5a45a4197b964 /.github | |
parent | b88a0b8004a7da92ac0e8245bcd477d058f37a2d (diff) | |
download | kutter-00f8262e57208f4faf4b8477df66411eb1886b51.tar.gz kutter-00f8262e57208f4faf4b8477df66411eb1886b51.tar.xz kutter-00f8262e57208f4faf4b8477df66411eb1886b51.zip |
docs: Add links to Klipper Discourse server to Contact.md
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 8fbe668a..0fad39c4 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -3,6 +3,9 @@ contact_links: - name: Directions url: https://www.klipper3d.org/Contact.html about: Have a question? Need help? Start here. + - name: Klipper Forum + url: https://community.klipper3d.org/ + about: Klipper community Discourse server. - name: Klipper Chat url: https://discord.klipper3d.org/ about: Klipper community Discord chat server. |