aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2021-03-24 17:09:49 -0400
committerKevin O'Connor <kevin@koconnor.net>2021-03-24 18:45:29 -0400
commitafe853aecc2bd5c6875cc7f4cc6da4e919d8e4a8 (patch)
tree2c049c3e9d3a41ea95a7c413bf1537cc8415c284
parentf1c085e15d54b487cd7e2af02af8ce036f0d5975 (diff)
downloadkutter-afe853aecc2bd5c6875cc7f4cc6da4e919d8e4a8.tar.gz
kutter-afe853aecc2bd5c6875cc7f4cc6da4e919d8e4a8.tar.xz
kutter-afe853aecc2bd5c6875cc7f4cc6da4e919d8e4a8.zip
github: Add github issue chooser
Add links to documentation and chat server when a new user opens a new issue ticket. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r--.github/ISSUE_TEMPLATE/config.yml8
-rw-r--r--.github/ISSUE_TEMPLATE/custom.md (renamed from docs/issue_template.md)4
2 files changed, 12 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml
new file mode 100644
index 00000000..8fbe668a
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/config.yml
@@ -0,0 +1,8 @@
+blank_issues_enabled: false
+contact_links:
+ - name: Directions
+ url: https://www.klipper3d.org/Contact.html
+ about: Have a question? Need help? Start here.
+ - name: Klipper Chat
+ url: https://discord.klipper3d.org/
+ about: Klipper community Discord chat server.
diff --git a/docs/issue_template.md b/.github/ISSUE_TEMPLATE/custom.md
index 68fb0f04..2e26e102 100644
--- a/docs/issue_template.md
+++ b/.github/ISSUE_TEMPLATE/custom.md
@@ -1,2 +1,6 @@
+---
+name: Create a Klipper github issue
+about: Working on improving Klipper? Provide an update on your work here.
+---
<!-- Do not open this ticket without first following the directions at:
https://www.klipper3d.org/Contact.html -->