axum/.github/ISSUE_TEMPLATE/bug_report.md

54 lines
873 B
Markdown
Raw Normal View History

2021-06-12 20:18:21 +02:00
---
name: 🐛 Bug Report
about: If something isn't working as expected 🤔.
---
## Bug Report
<!--
Thank you for reporting an issue.
Please fill in as much of the template below as you're able.
-->
### Version
<!--
2021-06-13 11:22:02 +02:00
List the versions of all `awebframework` crates you are using. The easiest way to get
2021-06-12 20:18:21 +02:00
this information is using `cargo tree`:
2021-06-13 11:22:02 +02:00
`cargo tree | grep awebframework`
2021-06-12 20:18:21 +02:00
-->
### Platform
<!---
Output of `uname -a` (UNIX), or version and 32 or 64-bit (Windows)
-->
### Crates
<!--
2021-06-13 11:22:02 +02:00
If known, please specify the affected awebframework crates. Otherwise, delete this
2021-06-12 20:18:21 +02:00
section.
-->
### Description
<!--
Enter your issue details below this comment.
One way to structure the description:
<short summary of the bug>
I tried this code:
<code sample that causes the bug>
I expected to see this happen: <explanation>
Instead, this happened: <explanation>
-->