From 7cc120ecb01963e37f9adcd3b57b8efc1dd9e828 Mon Sep 17 00:00:00 2001 From: cypherhoodlum <82510823+cypherhoodlum@users.noreply.github.com> Date: Fri, 21 Feb 2025 13:57:03 +0000 Subject: [PATCH] Optional t tag to git repository announcements (#1798) --- 34.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/34.md b/34.md index 35bc1be0..f34badb4 100644 --- a/34.md +++ b/34.md @@ -22,9 +22,10 @@ Git repositories are hosted in Git-enabled servers, but their existence can be a ["description", "brief human-readable project description>"], ["web", "", ...], // a webpage url, if the git server being used provides such a thing ["clone", "", ...], // a url to be given to `git clone` so anyone can clone it - ["relays", "", ...] // relays that this repository will monitor for patches and issues - ["r", "", "euc"] - ["maintainers", "", ...] + ["relays", "", ...], // relays that this repository will monitor for patches and issues + ["r", "", "euc"], + ["maintainers", "", ...], + ["t", ""], // hashtags labelling the repository ] } ```