diff options
| -rw-r--r-- | 34.md | 4 |
1 files changed, 2 insertions, 2 deletions
| @@ -10,7 +10,7 @@ This NIP defines all the ways code collaboration using and adjacent to [`git`](h | |||
| 10 | 10 | ||
| 11 | ## Repository announcements | 11 | ## Repository announcements |
| 12 | 12 | ||
| 13 | Git repositories are hosted in Git-enabled servers, but their existence can be announced using Nostr events. By doing so the author asserts themselves as a maintainer and expresses a willingness to receive patches, bug reports and comments in general, unless `t` tag `personal-fork` is included. | 13 | Git repositories are hosted in Git-enabled servers, but their existence can be announced using Nostr events. By doing so the author asserts themselves as a maintainer and expresses a willingness to receive patches, bug reports and comments in general, unless tag `personal-fork` is included (in which case these repositories should be treated as temporary and created only such that they could be used to open a pull request to some other repository). |
| 14 | 14 | ||
| 15 | ```jsonc | 15 | ```jsonc |
| 16 | { | 16 | { |
| @@ -25,7 +25,7 @@ Git repositories are hosted in Git-enabled servers, but their existence can be a | |||
| 25 | ["relays", "<relay-url>", ...], // relays that this repository will monitor for patches and issues | 25 | ["relays", "<relay-url>", ...], // relays that this repository will monitor for patches and issues |
| 26 | ["r", "<earliest-unique-commit-id>", "euc"], | 26 | ["r", "<earliest-unique-commit-id>", "euc"], |
| 27 | ["maintainers", "<other-recognized-maintainer>", ...], | 27 | ["maintainers", "<other-recognized-maintainer>", ...], |
| 28 | ["t","personal-fork"], // optionally indicate author isn't a maintainer | 28 | ["personal-fork"], // optionally indicate author isn't a maintainer |
| 29 | ["t", "<arbitrary string>"], // hashtags labelling the repository | 29 | ["t", "<arbitrary string>"], // hashtags labelling the repository |
| 30 | ] | 30 | ] |
| 31 | } | 31 | } |