about summary refs log tree commit diff
path: root/docs/dev
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2021-04-06 18:29:46 +0000
committerGitHub <noreply@github.com>2021-04-06 18:29:46 +0000
commit428cf21143710aca24e3ea6d2ba90e1e3f0e548a (patch)
treed9ac2a1748a11d39b14bde814857050f8322279d /docs/dev
parentbf11781ec927e44dc6741fd3e2a7132b99577055 (diff)
parent658776d4ed8e66619c72e6c1cdc974377ae90cc6 (diff)
downloadrust-428cf21143710aca24e3ea6d2ba90e1e3f0e548a.tar.gz
rust-428cf21143710aca24e3ea6d2ba90e1e3f0e548a.zip
Merge #8379
8379: internal: document broken windows r=jonas-schievink a=matklad

bors r+
🤖

Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
Diffstat (limited to 'docs/dev')
-rw-r--r--docs/dev/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/dev/README.md b/docs/dev/README.md
index eab21a7653b..105e2a99071 100644
--- a/docs/dev/README.md
+++ b/docs/dev/README.md
@@ -32,6 +32,8 @@ https://rust-lang.zulipchat.com/#narrow/stream/185405-t-compiler.2Fwg-rls-2.2E0
   are good issues to get into the project.
 * [E-has-instructions](https://github.com/rust-analyzer/rust-analyzer/issues?q=is%3Aopen+is%3Aissue+label%3AE-has-instructions)
   issues have links to the code in question and tests.
+* [Broken Window](https://github.com/rust-analyzer/rust-analyzer/issues?q=is:issue+is:open+label:%22Broken+Window%22)
+  are issues which are not critical by themselves, but which should be fixed ASAP regardless, to avoid accumulation of technical debt.
 * [E-easy](https://github.com/rust-analyzer/rust-analyzer/issues?q=is%3Aopen+is%3Aissue+label%3AE-easy),
   [E-medium](https://github.com/rust-analyzer/rust-analyzer/issues?q=is%3Aopen+is%3Aissue+label%3AE-medium),
   [E-hard](https://github.com/rust-analyzer/rust-analyzer/issues?q=is%3Aopen+is%3Aissue+label%3AE-hard),