summaryrefslogtreecommitdiffstats
path: root/.github/ISSUE_TEMPLATE.md
blob: 269780639f34bdefd6101ede2db94ea6af2a4162 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!--
Thank you for reporting an issue.

Please fill in as much of the template below as you're able.
-->

## Version

<!--
List the versions of all `tokio` crates you are using. The easiest way to get
this information is using `cargo-tree`.

`cargo install cargo-tree`
(see install here: https://github.com/sfackler/cargo-tree)

Then:

`cargo tree | grep tokio`
-->

## Platform

<!---
Output of `uname -a` (UNIX), or version and 32 or 64-bit (Windows)
-->

## Subcrates

<!--
If known, please specify the affected Tokio sub crates. Otherwise, delete this
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>
-->