diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2021-03-24 17:09:49 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2021-03-24 18:45:29 -0400 |
commit | afe853aecc2bd5c6875cc7f4cc6da4e919d8e4a8 (patch) | |
tree | 2c049c3e9d3a41ea95a7c413bf1537cc8415c284 /.github | |
parent | f1c085e15d54b487cd7e2af02af8ce036f0d5975 (diff) | |
download | kutter-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>
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 8 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/custom.md | 6 |
2 files changed, 14 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/.github/ISSUE_TEMPLATE/custom.md b/.github/ISSUE_TEMPLATE/custom.md new file mode 100644 index 00000000..2e26e102 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/custom.md @@ -0,0 +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 --> |