wasmer/.github/ISSUE_TEMPLATE/---bug-report.md
2019-09-30 22:50:04 -07:00

51 lines
1.0 KiB
Markdown

---
name: "\U0001F41E Bug report"
about: Create a report to help us improve
title: ''
labels: "\U0001F41E bug"
assignees: ''
---
<!-- Thanks for the bug report! -->
### Describe the bug
<!--
A clear and concise description of what the bug is.
Copy and paste the result of executing the following in your shell, so we can know the version of wasmer, Rust (if available) and architecture of your environment.
-->
```sh
echo "`wasmer -V` | `rustc -V` | `uname -m`"
```
### Steps to reproduce
<!--
Include steps that will help us recreate the issue.
For example,
1. Go to '…'
2. Compile with '…'
3. Run '…'
4. See error
If applicable, add a link to a test case (as a zip file or link to a repository we can clone).
-->
### Expected behavior
<!-- A clear and concise description of what you expected to happen. -->
### Actual behavior
<!--
A clear and concise description of what actually happened.
If applicable, add screenshots to help explain your problem.
-->
### Additional context
<!-- Add any other context about the problem here. -->