damus

nostr ios client
git clone git://jb55.com/damus
Log | Files | Refs | README | LICENSE

commit 61ad5ebc520d4532b7c87d5242f6b940456c14ba
parent 05b010503df5fe2b15668bb1e207b2018dbe9ae6
Author: William Casarin <jb55@jb55.com>
Date:   Tue, 21 Jun 2022 07:57:03 -0700

readme: contributing

Signed-off-by: William Casarin <jb55@jb55.com>

Diffstat:
MREADME.md | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -12,9 +12,15 @@ damus implements the following [Nostr Implementation Possibilities](nips) - [NIP-10: Reply conventions](nip10) - [NIP-12: Generic tag queries (hashtags)](nip12) +## Contributing + +Contributors welcome! [Email patches](git-send-email) to jb55@jb55.com are preferred, but I accept PRs on github as well. + [nostr]: https://github.com/fiatjaf/nostr +[git-send-email]: http://git-send-email.io [nips]: https://github.com/nostr-protocol/nips [nip01]: https://github.com/nostr-protocol/nips/blob/master/01.md [nip08]: https://github.com/nostr-protocol/nips/blob/master/08.md [nip10]: https://github.com/nostr-protocol/nips/blob/master/10.md [nip12]: https://github.com/nostr-protocol/nips/blob/master/12.md +