diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2018-01-31 14:23:08 -0500 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2018-01-31 14:30:05 -0500 |
commit | 7d3600f91833b7c6062f64b4b4cc387b133bb6ca (patch) | |
tree | feaa1f3d6f5fa75402a67002128496dd9ba8c3de | |
parent | 21df21b7af2759aa577eb8d39d8215471956c25c (diff) | |
download | kutter-7d3600f91833b7c6062f64b4b4cc387b133bb6ca.tar.gz kutter-7d3600f91833b7c6062f64b4b4cc387b133bb6ca.tar.xz kutter-7d3600f91833b7c6062f64b4b4cc387b133bb6ca.zip |
docs: Add github issue template
Add an issue template requesting the klippy log file.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
-rw-r--r-- | docs/issue_template.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/issue_template.md b/docs/issue_template.md new file mode 100644 index 00000000..bf63f203 --- /dev/null +++ b/docs/issue_template.md @@ -0,0 +1,2 @@ +<!-- Klipper do something undesirable? YOU MUST ATTACH THE KLIPPER LOG FILE. +See: https://github.com/KevinOConnor/klipper/blob/master/docs/Contact.md --> |