From 91bae8965d9dac8f0cf4eded8ed8d208100b30f2 Mon Sep 17 00:00:00 2001 From: Pooja Ranjan <29681685+poojaranjan@users.noreply.github.com> Date: Thu, 7 Dec 2023 14:45:11 -0500 Subject: [PATCH 1/2] Create rip-editors.yml Create RIP editors list --- config/rip-editors.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 config/rip-editors.yml diff --git a/config/rip-editors.yml b/config/rip-editors.yml new file mode 100644 index 0000000..e8f40f1 --- /dev/null +++ b/config/rip-editors.yml @@ -0,0 +1,12 @@ +governance: + - CarlBeek + - adietrichs +rip: + - CarlBeek + - adietrichs +meta: + - CarlBeek + - adietrichs +informational: + - CarlBeek + - adietrichs From f25c84f6fbf8cdfc781c19c31ccf3297eebceaaa Mon Sep 17 00:00:00 2001 From: Pooja Ranjan <29681685+poojaranjan@users.noreply.github.com> Date: Thu, 7 Dec 2023 14:48:25 -0500 Subject: [PATCH 2/2] Create statuses.yaml Add statuses for new RIPs. --- _data /statuses.yaml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 _data /statuses.yaml diff --git a/_data /statuses.yaml b/_data /statuses.yaml new file mode 100644 index 0000000..7d499fa --- /dev/null +++ b/_data /statuses.yaml @@ -0,0 +1,7 @@ +- Living +- Final +- Last Call +- Review +- Draft +- Stagnant +- Withdrawn