From e0b7f8f8000d629d95c340cd33e6617e53e11481 Mon Sep 17 00:00:00 2001 From: Matej Focko Date: Sun, 17 Sep 2023 16:05:05 +0200 Subject: [PATCH] =?UTF-8?q?contributions:=20add=20=E2=80=B9tmt=E2=80=BA=20?= =?UTF-8?q?(#1)?= 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, 15 insertions(+), 1 deletion(-) diff --git a/src/pages/contributions.tsx b/src/pages/contributions.tsx index 82f1c97..0074490 100644 --- a/src/pages/contributions.tsx +++ b/src/pages/contributions.tsx @@ -4,6 +4,20 @@ import Layout from "@theme/Layout"; import Contribution, { ContributionMetadata } from "../components/contributions/Contribution"; const contributions: ContributionMetadata[] = [ + { + title: "tmt", + description: (

+ The `tmt` tool provides a user-friendly way to work with tests. You can + comfortably create new tests, safely and easily run tests across different + environments, review test results, debug test code and enable tests in the + CI using a consistent and concise config. +

), + contribution: (

+ Just a smallish contribution to the docs related to the changes implemented + on the Packit side. +

), + repoURL: "https://github.com/teemtee/tmt", + }, { title: "Fedora Infrastructure Ansible", description: (

@@ -204,4 +218,4 @@ export default function Contributions(): JSX.Element { ); -} \ No newline at end of file +}