From 9aa8d987587ca50f9ac2a1ba3bfbf5e212344686 Mon Sep 17 00:00:00 2001 From: Reece Hart Date: Tue, 26 Sep 2023 09:11:54 -0700 Subject: [PATCH] added rfc label --- .github/labels.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/labels.yml b/.github/labels.yml index fd69471..23d4b3a 100644 --- a/.github/labels.yml +++ b/.github/labels.yml @@ -30,6 +30,10 @@ color: "d876e3" description: "Further information is requested" +- name: "rfc" + color: "d876e3" + description: "Request for comments" + - name: "wontfix" color: "ffffff" description: "This will not be worked on"