diff options
| author | Jon Staab <shtaab@gmail.com> | 2024-05-27 08:31:29 -0700 |
|---|---|---|
| committer | Jon Staab <shtaab@gmail.com> | 2024-05-27 08:31:29 -0700 |
| commit | 8199b795716a253655db5f7cce7463202e0d47d0 (patch) | |
| tree | ffe75124d3d248ae1e92a25792a3b265ea7e6df2 | |
| parent | 85df9b0e89e23ed7c0dee73c29004f23b25020df (diff) | |
Raise bar for NIP implementation
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -278,7 +278,7 @@ Please update these lists when proposing NIPs introducing new event kinds. | |||
| 278 | 278 | ||
| 279 | ## Criteria for acceptance of NIPs | 279 | ## Criteria for acceptance of NIPs |
| 280 | 280 | ||
| 281 | 1. They should be implemented in at least two clients and one relay -- when applicable. | 281 | 1. They should be fully implemented in at least two clients and one relay -- when applicable. |
| 282 | 2. They should make sense. | 282 | 2. They should make sense. |
| 283 | 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. | 283 | 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. |
| 284 | 4. There should be no more than one way of doing the same thing. | 284 | 4. There should be no more than one way of doing the same thing. |