diff options
| author | DanConwayDev <DanConwayDev@protonmail.com> | 2024-03-07 07:59:16 +0000 |
|---|---|---|
| committer | fiatjaf_ <fiatjaf@gmail.com> | 2024-04-17 17:46:34 -0300 |
| commit | d607a288b5db72a84f3d6cc8fd42304d31e1f66b (patch) | |
| tree | 94f51fdaf842112ef22f2bb4ea7eef3d34435ec5 | |
| parent | b765b3c0301958d46115b834872bbd0c8bac588c (diff) | |
NIP-34: clarify nip10 thread application
for consistancy and so that the intended order of patches is easier to ascertain
enables additional patches to be appended to a patch set, supporting a PR-like workflow alongside
patch-over-email-like workflow
| -rw-r--r-- | 34.md | 4 |
1 files changed, 4 insertions, 0 deletions
| @@ -35,6 +35,10 @@ Except `d`, all tags are optional. | |||
| 35 | 35 | ||
| 36 | Patches can be sent by anyone to any repository. Patches to a specific repository SHOULD be sent to the relays specified in that repository's announcement event's `"relays"` tag. Patch events SHOULD include an `a` tag pointing to that repository's announcement address. | 36 | Patches can be sent by anyone to any repository. Patches to a specific repository SHOULD be sent to the relays specified in that repository's announcement event's `"relays"` tag. Patch events SHOULD include an `a` tag pointing to that repository's announcement address. |
| 37 | 37 | ||
| 38 | Patches in a patch set SHOULD include a NIP-10 `e` `reply` tag pointing to the previous patch. | ||
| 39 | |||
| 40 | The first patch revision in a patch revision SHOULD include a NIP-10 `e` `reply` to the original root patch. | ||
| 41 | |||
| 38 | ```jsonc | 42 | ```jsonc |
| 39 | { | 43 | { |
| 40 | "kind": 1617, | 44 | "kind": 1617, |