From d32cfb31b16b419cebfc5f86fa584caf1e4d2efa Mon Sep 17 00:00:00 2001 From: Mahmoud Zalt Date: Wed, 26 Jul 2017 02:42:24 +0300 Subject: [PATCH] update ISSUE_TEMPLATE.md context --- .github/ISSUE_TEMPLATE.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 4cb3eea4..eff16ef7 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -5,22 +5,19 @@ - System info disto/version: ### Issue: -##### What seems to be going wrong? - + _____ ### Expected behavior: -##### What should be happening instead? - + _____ ### Reproduce: -##### How might we be able to reproduce the error? - + _____ ### Relevant Code: ``` -// place code here +// place a code sample here ```