diff options
| -rw-r--r-- | 34.md | 7 | ||||
| -rw-r--r-- | README.md | 4 |
2 files changed, 8 insertions, 3 deletions
| @@ -104,7 +104,9 @@ The first patch in a series MAY be a cover letter in the format produced by `git | |||
| 104 | 104 | ||
| 105 | ## Issues | 105 | ## Issues |
| 106 | 106 | ||
| 107 | 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. | 107 | 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. |
| 108 | |||
| 109 | 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. | ||
| 108 | 110 | ||
| 109 | ```json | 111 | ```json |
| 110 | { | 112 | { |
| @@ -113,6 +115,9 @@ Issues are Markdown text that is just human-readable conversational threads rela | |||
| 113 | "tags": [ | 115 | "tags": [ |
| 114 | ["a", "30617:<base-repo-owner-pubkey>:<base-repo-id>"], | 116 | ["a", "30617:<base-repo-owner-pubkey>:<base-repo-id>"], |
| 115 | ["p", "<repository-owner>"] | 117 | ["p", "<repository-owner>"] |
| 118 | ["subject", "<issue-subject>"] | ||
| 119 | ["t", "<issue-label>"] | ||
| 120 | ["t", "<another-issue-label>"] | ||
| 116 | ] | 121 | ] |
| 117 | } | 122 | } |
| 118 | ``` | 123 | ``` |
| @@ -262,7 +262,7 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos | |||
| 262 | | `q` | event id (hex) | relay URL | [18](18.md) | | 262 | | `q` | event id (hex) | relay URL | [18](18.md) | |
| 263 | | `r` | a reference (URL, etc) | -- | [24](24.md), [25](25.md) | | 263 | | `r` | a reference (URL, etc) | -- | [24](24.md), [25](25.md) | |
| 264 | | `r` | relay url | marker | [65](65.md) | | 264 | | `r` | relay url | marker | [65](65.md) | |
| 265 | | `t` | hashtag | -- | [24](24.md) | | 265 | | `t` | hashtag | -- | [24](24.md), [34](34.md) | |
| 266 | | `alt` | summary | -- | [31](31.md) | | 266 | | `alt` | summary | -- | [31](31.md) | |
| 267 | | `amount` | millisatoshis, stringified | -- | [57](57.md) | | 267 | | `amount` | millisatoshis, stringified | -- | [57](57.md) | |
| 268 | | `bolt11` | `bolt11` invoice | -- | [57](57.md) | | 268 | | `bolt11` | `bolt11` invoice | -- | [57](57.md) | |
| @@ -289,7 +289,7 @@ They exist to document what may be implemented by [Nostr](https://github.com/nos | |||
| 289 | | `relay` | relay url | -- | [42](42.md), [17](17.md) | | 289 | | `relay` | relay url | -- | [42](42.md), [17](17.md) | |
| 290 | | `relays` | relay list | -- | [57](57.md) | | 290 | | `relays` | relay list | -- | [57](57.md) | |
| 291 | | `server` | file storage server url | -- | [96](96.md) | | 291 | | `server` | file storage server url | -- | [96](96.md) | |
| 292 | | `subject` | subject | -- | [14](14.md), [17](17.md) | | 292 | | `subject` | subject | -- | [14](14.md), [17](17.md), [34](34.md) | |
| 293 | | `summary` | summary | -- | [23](23.md), [52](52.md) | | 293 | | `summary` | summary | -- | [23](23.md), [52](52.md) | |
| 294 | | `thumb` | badge thumbnail | dimensions in pixels | [58](58.md) | | 294 | | `thumb` | badge thumbnail | dimensions in pixels | [58](58.md) | |
| 295 | | `title` | article title | -- | [23](23.md) | | 295 | | `title` | article title | -- | [23](23.md) | |