aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorClifford Wolf <clifford@clifford.at>2018-04-04 19:27:33 +0200
committerGitHub <noreply@github.com>2018-04-04 19:27:33 +0200
commit4a65b823db319920b236e4a5b35b3eef6b889c70 (patch)
tree0f281ca206b6792288c594c0770388b8bb85e427 /.github
parent4d6af2969ccaf5f235fffdc8f89bc5e91fff5962 (diff)
downloadyosys-4a65b823db319920b236e4a5b35b3eef6b889c70.tar.gz
yosys-4a65b823db319920b236e4a5b35b3eef6b889c70.tar.bz2
yosys-4a65b823db319920b236e4a5b35b3eef6b889c70.zip
Create issue_template.md
Diffstat (limited to '.github')
-rw-r--r--.github/issue_template.md16
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.