diff options
| author | fiatjaf <faitjaf@gmail.com> | 2022-05-02 09:30:30 -0300 |
|---|---|---|
| committer | fiatjaf <faitjaf@gmail.com> | 2022-05-02 09:30:30 -0300 |
| commit | c053670d563954d449c836d0c3e7dac5e3233fa8 (patch) | |
| tree | 223a6f05536a509023253f90e0e49c897e8d58d2 /README.md | |
| parent | 889692ad5c2a37271a4a79bb6391e7bdf1c9fc8d (diff) | |
add criteria for acceptance.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 10 |
1 files changed, 10 insertions, 0 deletions
| @@ -24,3 +24,13 @@ NIPs stand for **Nostr Implementation Possibilities**. They exist to document wh | |||
| 24 | | 5 | Event Deletion | 9 | | 24 | | 5 | Event Deletion | 9 | |
| 25 | 25 | ||
| 26 | Please update this list when proposing NIPs introducing new event kinds. | 26 | Please update this list when proposing NIPs introducing new event kinds. |
| 27 | |||
| 28 | ## Criteria for acceptance of NIPs | ||
| 29 | |||
| 30 | 1. They should be implemented somewhere at least as a prototype somewhere. | ||
| 31 | 2. They should make sense. | ||
| 32 | 3. Other rules will be made up when necessary. | ||
| 33 | |||
| 34 | ## License | ||
| 35 | |||
| 36 | All NIPs are public domain. | ||