From 90bce0415622a3d7a64bca5914a0fb3abdd3cc5c Mon Sep 17 00:00:00 2001
From: Clifford Wolf <clifford@clifford.at>
Date: Sun, 17 Mar 2019 12:53:47 +0100
Subject: [PATCH] Update issue template

Signed-off-by: Clifford Wolf <clifford@clifford.at>
---
 .github/issue_template.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/.github/issue_template.md b/.github/issue_template.md
index 22ad6f839..5a0723c3e 100644
--- a/.github/issue_template.md
+++ b/.github/issue_template.md
@@ -7,8 +7,11 @@ the issue editor.)*
 Also, make sure that the issue is actually reproducable in current git
 master of Yosys.
 
-Please do not waste our time with issues that don't contain sufficient
-information to reproduce the issue easily. We will simply close those issues.
+See https://stackoverflow.com/help/mcve for some information on how to
+create a Minimal, Complete, and Verifiable example (MCVE).
+
+Please do not waste our time with issues that lack sufficient information
+to reproduce the issue easily. We will simply close those issues.
 
 Contact https://www.symbioticeda.com/ if you need commercial support for Yosys.
 
@@ -19,6 +22,3 @@ Contact https://www.symbioticeda.com/ if you need commercial support for Yosys.
 ## Actual behavior
 
 *Please describe how the behavior you see differs from the expected behavior.*
-
-**Important Note:** Nobody will be able to help you and/or fix the issue if you
-do not provide sufficient information for reproducing the problem.