diff options
author | Clifford Wolf <clifford@clifford.at> | 2019-03-17 12:53:47 +0100 |
---|---|---|
committer | Clifford Wolf <clifford@clifford.at> | 2019-03-17 12:53:47 +0100 |
commit | 90bce0415622a3d7a64bca5914a0fb3abdd3cc5c (patch) | |
tree | a2398cc1875bf123b27e356e945adfb58813e6e2 | |
parent | 6aae502a3647b50e3f5c0f7d02e8056acf080920 (diff) | |
download | yosys-90bce0415622a3d7a64bca5914a0fb3abdd3cc5c.tar.gz yosys-90bce0415622a3d7a64bca5914a0fb3abdd3cc5c.tar.bz2 yosys-90bce0415622a3d7a64bca5914a0fb3abdd3cc5c.zip |
Update issue template
Signed-off-by: Clifford Wolf <clifford@clifford.at>
-rw-r--r-- | .github/issue_template.md | 10 |
1 files 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. |