zebra/.github/ISSUE_TEMPLATE/bug_report.md

70 lines
1.0 KiB
Markdown
Raw Normal View History

---
name: Bug report
about: Create a report to help us improve
title: ''
labels: C-bug, S-needs-triage
assignees: ''
---
## Description
<!--
Enter your issue details here.
-->
[short summary of the bug]
### Steps to Reproduce
I tried this:
[behavior or code sample that causes the bug]
```sh
copy and paste the exact commands or code here
```
### Expected Behaviour
I expected to see this happen: [explanation]
### Actual Behaviour
Instead, this happened: [explanation]
### Zebra Logs
<!--
Copy and paste the last 100 Zebra log lines.
Or upload the full logs to https://gist.github.com/ and add a link to them here.
-->
<details>
```
copy and paste the logs here
```
</details>
## Environment
### Zebra Version
<!--
For bugs in `zebrad`, run `zebrad version`.
For bugs in the `zebra` libraries, list the `zebra` crate versions.
You can get this information using cargo-tree:
cargo install cargo-tree
cargo tree | grep zebra
-->
### Operating System
<!--
Linux, macOS, BSD: the output of `uname -a`
Windows: Windows version and 32-bit or 64-bit
-->