Skip to content

Commit 658776d

Browse files
committed
internal: document broken windows
1 parent 7dd7017 commit 658776d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/dev/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ https://rust-lang.zulipchat.com/#narrow/stream/185405-t-compiler.2Fwg-rls-2.2E0
3232
are good issues to get into the project.
3333
* [E-has-instructions](https://github.com/rust-analyzer/rust-analyzer/issues?q=is%3Aopen+is%3Aissue+label%3AE-has-instructions)
3434
issues have links to the code in question and tests.
35+
* [Broken Window](https://github.com/rust-analyzer/rust-analyzer/issues?q=is:issue+is:open+label:%22Broken+Window%22)
36+
are issues which are not critical by themselves, but which should be fixed ASAP regardless, to avoid accumulation of technical debt.
3537
* [E-easy](https://github.com/rust-analyzer/rust-analyzer/issues?q=is%3Aopen+is%3Aissue+label%3AE-easy),
3638
[E-medium](https://github.com/rust-analyzer/rust-analyzer/issues?q=is%3Aopen+is%3Aissue+label%3AE-medium),
3739
[E-hard](https://github.com/rust-analyzer/rust-analyzer/issues?q=is%3Aopen+is%3Aissue+label%3AE-hard),

0 commit comments

Comments
 (0)