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