From 67b1cb3337b11da8061c78781fa33e1668119045 Mon Sep 17 00:00:00 2001 From: beerose Date: Thu, 15 Jun 2023 11:10:16 +0200 Subject: [PATCH] Add CHAOSS D&I badge --- src/pages/conf/faq.tsx | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/src/pages/conf/faq.tsx b/src/pages/conf/faq.tsx index 6c8592c23c..fb96f22549 100644 --- a/src/pages/conf/faq.tsx +++ b/src/pages/conf/faq.tsx @@ -164,6 +164,30 @@ const faq: Array<{ id: string; title: string; contents: ReactNode }> = [ ), }, + { + id: "chaoss-event-badge", + title: "CHAOSS D&I Event Badge", + contents: ( + <> + D&I Badging badge state: Gold +

+ Awarded to events in the open source community that fosters healthy + D&I practices.{" "} + + Learn More + + . +

+ + ), + }, { id: "health-and-safety", title: "Health & Safety",