From f56469e1b29d5966e1239033b32f304d1620c2bd Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Thu, 13 Jun 2024 10:19:24 +0200 Subject: [PATCH] =?UTF-8?q?feat(contributions):=20add=20=E2=80=B9Fedora=20?= =?UTF-8?q?Messaging=E2=80=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Matej Focko --- src/pages/contributions.tsx | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/src/pages/contributions.tsx b/src/pages/contributions.tsx index 2935f36..6edf7da 100644 --- a/src/pages/contributions.tsx +++ b/src/pages/contributions.tsx @@ -6,6 +6,22 @@ import Contribution, { } from "../components/contributions/Contribution"; const contributions: ContributionMetadata[] = [ + { + title: "Fedora Messaging", + description: ( +

+ A library for sending AMQP messages with JSON schema in Fedora + infrastructure. +

+ ), + contribution: ( +

+ I contributed a small packaging fix that has been introduced by a new + feature. +

+ ), + repoURL: "https://github.com/fedora-infra/fedora-messaging", + }, { title: "flexmock", description: (