From c053670d563954d449c836d0c3e7dac5e3233fa8 Mon Sep 17 00:00:00 2001 From: fiatjaf Date: Mon, 2 May 2022 09:30:30 -0300 Subject: [PATCH] add criteria for acceptance. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index 4dd711a7..acabd2b0 100644 --- a/README.md +++ b/README.md @@ -24,3 +24,13 @@ NIPs stand for **Nostr Implementation Possibilities**. They exist to document wh | 5 | Event Deletion | 9 | Please update this list when proposing NIPs introducing new event kinds. + +## Criteria for acceptance of NIPs + +1. They should be implemented somewhere at least as a prototype somewhere. +2. They should make sense. +3. Other rules will be made up when necessary. + +## License + +All NIPs are public domain.