From a93abed73723e48fd43dbb2af0721d53f872ab56 Mon Sep 17 00:00:00 2001 From: Lonami Exo Date: Tue, 5 Sep 2017 19:14:24 +0200 Subject: [PATCH] Add ISSUE_TEMPLATE for GitHub --- .github/ISSUE_TEMPLATE.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 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 00000000..c9739d14 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,26 @@ + + +### What went wrong +Describe what happened or what the error you have is. + +``` +// paste the crash log here if any, or remove these 3 lines if nothing happens +``` + +### What I've done +Either a code example of what you were trying to do, or steps to reproduce, or methods you have tried invoking. + +```python +# Add your Python code here, or remove these 3 lines +``` + +### More information +If you think other information can be relevant (e.g. operative system or other variables), add it here. You may remove this block otherwise.