Rename to Code collaboration

This commit is contained in:
KaffinPX 2023-06-23 01:17:02 +03:00 committed by GitHub
parent 57890d804c
commit fe48fbae7b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

8
96.md
View File

@ -1,7 +1,7 @@
NIP-96
======
File distribution over Nostr
Code collaboration over Nostr
----------------------
`draft` `optional` `author: KaffinPX and Not Thomiz`
@ -95,11 +95,11 @@ The `content` of it MUST contain a comment as text.
### Management
A comment event may contain a `s` tag indicating the event is specific to changing state of a thread or merge request. If present, the `s` tag MUST be `OPEN` or `CLOSE`.
A comment event MAY contain a `s` tag indicating the event is specific to changing state of a thread or merge request. If present, the `s` tag MUST be `OPEN` or `CLOSE`.
Only considered valid if used by thread or merge request owner or by the repository owner.
The `content` of it MUST contain a comment as text.
The `content` of it MUST contain a reason/comment as text.
```json
{
@ -112,4 +112,4 @@ The `content` of it MUST contain a comment as text.
],
"content": <comment>
}
```
```