mirror of
https://github.com/nostr-protocol/nips.git
synced 2024-11-13 23:39:08 -05:00
Add subject and and l tags to git issues
This commit is contained in:
parent
fade0164f5
commit
a0707f3249
7
34.md
7
34.md
|
@ -104,7 +104,9 @@ The first patch in a series MAY be a cover letter in the format produced by `git
|
|||
|
||||
## Issues
|
||||
|
||||
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 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.
|
||||
|
||||
```jsonc
|
||||
{
|
||||
|
@ -113,6 +115,9 @@ Issues are Markdown text that is just human-readable conversational threads rela
|
|||
"tags": [
|
||||
["a", "30617:<base-repo-owner-pubkey>:<base-repo-id>"],
|
||||
["p", "<repository-owner>"]
|
||||
["subject", "<issue-subject>"]
|
||||
["l", "<issue-label>"]
|
||||
["l", "<another-issue-label>"]
|
||||
]
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue
Block a user