Files
hyper/.github/ISSUE_TEMPLATE/bug-report---.md
2021-06-24 10:21:21 -07:00

582 B

name, about, title, labels, assignees
name about title labels assignees
Bug report 🐛 Create a report to help us improve S-bug

Version List the version(s) of hyper, and any relevant hyper dependency (such as h2 if this is related to HTTP/2).

Platform The output of uname -a (UNIX), or version and 32 or 64-bit (Windows)

Description Enter your issue details here. 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]