diaspora
https://github.com/diaspora/diaspora
Ruby
A privacy-aware, distributed, open source social network.
PostService#mark_like_on_comment_notifications_read
No Docs, write some!
Edit
git clone [email protected]:diaspora/diaspora.git
cd diaspora
open app/services/post_service.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-PostService-mark_like_on_comment_notifications_read-for-pr
# Commit to gitgit add app/services/post_service.rbgit commit -m "better docs for PostService#mark_like_on_comment_notifications_read"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-PostService-mark_like_on_comment_notifications_read-for-pr
hub pull-request
# Celebrate!