diff options
author | Clifford Wolf <clifford@clifford.at> | 2018-04-04 19:27:33 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-04 19:27:33 +0200 |
commit | 4a65b823db319920b236e4a5b35b3eef6b889c70 (patch) | |
tree | 0f281ca206b6792288c594c0770388b8bb85e427 | |
parent | 4d6af2969ccaf5f235fffdc8f89bc5e91fff5962 (diff) | |
download | yosys-4a65b823db319920b236e4a5b35b3eef6b889c70.tar.gz yosys-4a65b823db319920b236e4a5b35b3eef6b889c70.tar.bz2 yosys-4a65b823db319920b236e4a5b35b3eef6b889c70.zip |
Create issue_template.md
-rw-r--r-- | .github/issue_template.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/.github/issue_template.md b/.github/issue_template.md new file mode 100644 index 000000000..24e91a4e7 --- /dev/null +++ b/.github/issue_template.md @@ -0,0 +1,16 @@ +## Steps to reproduce the issue + +*Provide instructions for reproducing the issue. Make sure to include +all neccessary source files. (You can simply drag&drop a .zip file into +the issue editor.)* + +## Expected behavior + +*Please describe the behavior you would have expected from the tool.* + +## 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. |