mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 07:04:22 +00:00
Further clarification
This commit is contained in:
parent
b649376edc
commit
0290b61b1b
1 changed files with 2 additions and 1 deletions
|
@ -43,7 +43,8 @@ https://rust-lang.zulipchat.com/#narrow/stream/185405-t-compiler.2Frust-analyzer
|
|||
[S-unactionable](https://github.com/rust-analyzer/rust-analyzer/issues?q=is%3Aopen+is%3Aissue+label%3AS-unactionable)
|
||||
specify if there are concrete steps to resolve or advance an issue. Roughly, actionable issues need only work to be fixed,
|
||||
while unactionable ones are blocked either on user feedback (providing a reproducible example), or on larger architectural
|
||||
work or decisions. Each triaged issue should have one of these labels.
|
||||
work or decisions. This classification is descriptive, not prescriptive, and might be wrong: Any unactionable issue might have a simple fix that we missed.
|
||||
Each triaged issue should have one of these labels.
|
||||
* [fun](https://github.com/rust-analyzer/rust-analyzer/issues?q=is%3Aopen+is%3Aissue+label%3Afun)
|
||||
is for cool, but probably hard stuff.
|
||||
* [Design](https://github.com/rust-analyzer/rust-analyzer/issues?q=is%3Aopen+is%3Aissue+label%Design)
|
||||
|
|
Loading…
Reference in a new issue