From 0477d39e0a7c7290094a4c830741386727ca3c06 Mon Sep 17 00:00:00 2001 From: dluvian Date: Tue, 27 Aug 2024 17:20:21 +0200 Subject: [PATCH] Replace `l` with `t` tags --- 34.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/34.md b/34.md index 37f47bb0..58700079 100644 --- a/34.md +++ b/34.md @@ -106,7 +106,7 @@ The first patch in a series MAY be a cover letter in the format produced by `git Issues are Markdown text that is just human-readable conversational threads related to the repository: bug reports, feature requests, questions or comments of any kind. Like patches, these SHOULD be sent to the relays specified in that repository's announcement event's `"relays"` tag. -Issues may have a `subject` tag, which clients can utilize to display a header. Additionally, one or more `l` tags may be included to provide labels for the issue. +Issues may have a `subject` tag, which clients can utilize to display a header. Additionally, one or more `t` tags may be included to provide labels for the issue. ```jsonc { @@ -116,8 +116,8 @@ Issues may have a `subject` tag, which clients can utilize to display a header. ["a", "30617::"], ["p", ""] ["subject", ""] - ["l", ""] - ["l", ""] + ["t", ""] + ["t", ""] ] } ```