Replace l with t tags

This commit is contained in:
dluvian 2024-08-27 17:20:21 +02:00
parent a0707f3249
commit 0477d39e0a

6
34.md
View File

@ -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:<base-repo-owner-pubkey>:<base-repo-id>"],
["p", "<repository-owner>"]
["subject", "<issue-subject>"]
["l", "<issue-label>"]
["l", "<another-issue-label>"]
["t", "<issue-label>"]
["t", "<another-issue-label>"]
]
}
```