From 968d7963897030551e761f8d5ee1c8072b0efc81 Mon Sep 17 00:00:00 2001 From: Sebastian Ludwig Date: Thu, 24 Aug 2017 21:53:58 +0200 Subject: [PATCH] Add GitHub issue template. --- ISSUE_TEMPLATE.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 ISSUE_TEMPLATE.md diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..0dc601b9 --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1,6 @@ +If you're reporting a bug, please do the following: + +- Mention the Twine version you're using +- Provide a minimal but complete input file causing the error (inline with triple ` is fine) +- Quote the exact twine command that's being run +- Provide the complete _expected_ output (again, inline is fine)