Merge pull request #1264 from coracle-social/client-implementation-requirements

Raise bar for NIP implementation
This commit is contained in:
hodlbod 2024-05-28 11:38:17 -07:00 committed by GitHub
commit 57fcad3e13
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -278,7 +278,7 @@ Please update these lists when proposing NIPs introducing new event kinds.
## Criteria for acceptance of NIPs
1. They should be implemented in at least two clients and one relay -- when applicable.
1. They should be fully implemented in at least two clients and one relay -- when applicable.
2. They should make sense.
3. They should be optional and backwards-compatible: care must be taken such that clients and relays that choose to not implement them do not stop working when interacting with the ones that choose to.
4. There should be no more than one way of doing the same thing.