From 3fda7efeb9b1682197ed48f519c0e3673d350ce7 Mon Sep 17 00:00:00 2001 From: Lonami Exo Date: Thu, 28 Sep 2017 12:20:56 +0200 Subject: [PATCH] More friendly issue template --- .github/ISSUE_TEMPLATE.md | 29 ++++++----------------------- 1 file changed, 6 insertions(+), 23 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index c9b27a9f..eb08ea77 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -1,26 +1,9 @@ - -### What went wrong -Describe what happened or what the error you have is. - -``` -// paste the crash log here if any -``` - -### 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 -``` - -### More information -If you think other information can be relevant (e.g. operative system or other variables), add it here.