From c4481c928380f2f2f322635d4ed78663a24fb9ee Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Mon, 19 Jul 2021 16:53:19 +0300 Subject: [PATCH] misc: issue template --- .github/ISSUE_TEMPLATE.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..402cc32 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,14 @@ +## Description + + +## Error message + +``` +terminal output +``` + +## Verbose log + +1. Run `env KISS_PROMPT=0 sh -x kiss > log 2>&1` +2. Upload the contents of `log`. +