From 948479dbbe45b1b74f6a47a91c197c024258de9e Mon Sep 17 00:00:00 2001 From: Dylan Baker Date: Fri, 18 Aug 2017 10:48:44 -0700 Subject: github: Add a template to be used automatically for filing issues --- .github/ISSUE_TEMPLATE.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md (limited to '.github') diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..b1eaa147 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,28 @@ +Please ensure that the following information is filled before filing +-------------------------------------------------------------------- + +Please try to verify that the issue exists in the latest release or, even +better, the current master. + +Please run alot again with the options `-d debug -l log`. + +Software Versions +----------------- + +Python version: + +Alot version (either a number or sha for master): + +Observed behavior +----------------- + +Please include any tracebacks or error information in the log file that you +generated, as well as a description of the behavior. Please don't post the +whole log file blindly as it might contain sensitive information and might be +quite big. A traceback and ~10 lines before and after is probably sufficient. + + +Expected behavior +----------------- + +Please explain what behavior you expect to see. -- cgit v1.2.3