Merge pull request #3310 from robinsonb5-PRs/master
[yosys.git] / .github / issue_template.md
1 ## Steps to reproduce the issue
2
3 *Provide instructions for reproducing the issue. Make sure to include
4 all necessary source files. (You can simply drag&drop a .zip file into
5 the issue editor.)*
6
7 Also, make sure that the issue is actually reproducable in current git
8 master of Yosys.
9
10 See https://stackoverflow.com/help/mcve for some information on how to
11 create a Minimal, Complete, and Verifiable example (MCVE).
12
13 Please do not waste our time with issues that lack sufficient information
14 to reproduce the issue easily. We will simply close those issues.
15
16 Contact https://www.yosyshq.com/ if you need commercial support for Yosys.
17
18 ## Expected behavior
19
20 *Please describe the behavior you would have expected from the tool.*
21
22 ## Actual behavior
23
24 *Please describe how the behavior you see differs from the expected behavior.*