From 8eabdad711da1f098f250df95a3402f6627e5fe8 Mon Sep 17 00:00:00 2001 From: Lonami Exo Date: Sat, 9 Sep 2017 10:40:30 +0200 Subject: [PATCH] Remove confussion on issue template suggesting to remove last block --- .github/ISSUE_TEMPLATE.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index c9739d14..c9b27a9f 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -12,15 +12,15 @@ Some questions are okay, but make sure you've investigated enough on your own be 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 +// 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, or remove these 3 lines +# 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. You may remove this block otherwise. +If you think other information can be relevant (e.g. operative system or other variables), add it here.