From d1da09acf50c0e7d63ada71100dfab2d6118b4d5 Mon Sep 17 00:00:00 2001 From: Sam Estep Date: Thu, 7 Nov 2024 11:49:22 -0500 Subject: [PATCH 1/2] Delete design label from list --- docs/dev/README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/dev/README.md b/docs/dev/README.md index 12e6d829a089..0d47ff09dcc2 100644 --- a/docs/dev/README.md +++ b/docs/dev/README.md @@ -47,10 +47,6 @@ https://rust-lang.zulipchat.com/#narrow/stream/185405-t-compiler.2Frust-analyzer Each triaged issue should have one of these labels. * [fun](https://github.com/rust-lang/rust-analyzer/issues?q=is%3Aopen+is%3Aissue+label%3Afun) is for cool, but probably hard stuff. -* [Design](https://github.com/rust-lang/rust-analyzer/issues?q=is%3Aopen+is%3Aissue+label%Design) - is for moderate/large scale architecture discussion. - Also a kind of fun. - These issues should generally include a link to a Zulip discussion thread. # Code Style & Review Process From 6da2cc272f34b340592956a77eb36ff28e9f38bd Mon Sep 17 00:00:00 2001 From: Sam Estep Date: Sun, 10 Nov 2024 13:34:26 -0500 Subject: [PATCH 2/2] Replace with C-Architecture --- docs/dev/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/dev/README.md b/docs/dev/README.md index 0d47ff09dcc2..cd0f49174cdc 100644 --- a/docs/dev/README.md +++ b/docs/dev/README.md @@ -47,6 +47,10 @@ https://rust-lang.zulipchat.com/#narrow/stream/185405-t-compiler.2Frust-analyzer Each triaged issue should have one of these labels. * [fun](https://github.com/rust-lang/rust-analyzer/issues?q=is%3Aopen+is%3Aissue+label%3Afun) is for cool, but probably hard stuff. +* [C-Architecture](https://github.com/rust-lang/rust-analyzer/issues?q=is%3Aissue%20state%3Aopen%20label%3AC-Architecture) + is for moderate/large scale architecture discussion. + Also a kind of fun. + These issues should generally include a link to a Zulip discussion thread. # Code Style & Review Process