docs/contributing/keeping-track-of-issues-and-prs.md
The Tokio GitHub repository has a lot of issues and PRs to keep track of. This section explains the meaning of various labels, as well as our GitHub project. The section is primarily targeted at maintainers. Most contributors aren't able to set these labels.
The area label describes the crates relevant to this issue or PR.
tokio-test crate.tokio-util crate.tokio-macros crate. Should only
be used for the procedural macros, and not join! or select!.tokio-stream crate.C-enhancement instead.C-enhancement instead.C-feature-request label.-alpha.* versions of crates"C-bug
or C-feature-accepted.E-easy or E-hard.The "E-" prefix is the same as used in the Rust compiler repository. Some issues are missing a difficulty rating, but feel free to ask on our Discord server if you want to know how challenging an issue likely is.
The module label provides a more fine grained categorization than Area.
spawn_blocking, block_in_place.tokio_util::codec module.tokio_util::compat module.tokio::fs module.tokio::io module.tokio::runtime::metrics.tokio::net module.tokio::process module.tokio::runtime module.tokio::signal module.tokio::sync module.tokio::task module.tokio::time module.Some extra information.
Any label not listed here is not in active use.