From b11f1c18cc0ace8a2534b9ad031d957802aebba8 Mon Sep 17 00:00:00 2001 From: Weihang Lo Date: Mon, 2 Jun 2025 19:06:52 -0400 Subject: [PATCH] feat(template): tracks Cargo's call-for-testing label --- draft/DRAFT_TEMPLATE | 2 ++ 1 file changed, 2 insertions(+) diff --git a/draft/DRAFT_TEMPLATE b/draft/DRAFT_TEMPLATE index 347d46eb9..823b749d1 100644 --- a/draft/DRAFT_TEMPLATE +++ b/draft/DRAFT_TEMPLATE @@ -77,6 +77,8 @@ RFCs would benefit from user testing before moving forward: ### [Rustup](https://github.com/rust-lang/rustup/labels/call-for-testing) +### [Cargo](https://github.com/rust-lang/cargo/labels/call-for-testing) + If you are a feature implementer and would like your RFC to appear on the above list, add the new `call-for-testing` label to your RFC along with a comment providing testing instructions and/or guidance on which aspect(s) of the feature need testing.