Skip to content

No labels!

There aren’t any labels for this repository quite yet.

api-design
api-design
Issues related to API design
bug
bug
Something isn't working
duplicate
duplicate
This issue or pull request already exists
enhancement
enhancement
New feature or request
flaky-test
flaky-test
good first issue
good first issue
Good for newcomers
help wanted
help wanted
Extra attention is needed
invalid
invalid
This doesn't seem right
performance
performance
Issues relating to performance
question
question
Further information is requested
⚠️ release blocker
⚠️ release blocker
For issues that must be fixed before the associated version gets released.
semver/major
semver/major
For PRs that when merged cause a bump of the major version, ie. x.0.0 -> (x+1).0.0
semver/minor
semver/minor
For PRs that when merged cause a bump of the minor version, ie. 1.x.0 -> 1.(x+1).0
semver/none
semver/none
For PRs that when merged do not need a bump in version number.
semver/patch
semver/patch
For PRs that when merged will only cause a bump of the patch version, ie. 1.0.x -> 1.0.(x+1)
structured-concurrency
structured-concurrency
Issues related to Structured Concurrency
wontfix
wontfix
This will not be worked on