diaspora
https://github.com/diaspora/diaspora
Ruby
A privacy-aware, distributed, open source social network.
Diaspora::Mentionable::MentionsInternal.profile_link
output a markdown formatted link to the given person or the given fallback string, in case the person is not present
Edit
git clone [email protected]:diaspora/diaspora.git
cd diaspora
open lib/diaspora/mentionable.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Diaspora--Mentionable--MentionsInternal-profile_link-for-pr
# Commit to gitgit add lib/diaspora/mentionable.rbgit commit -m "better docs for Diaspora::Mentionable::MentionsInternal.profile_link"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Diaspora--Mentionable--MentionsInternal-profile_link-for-pr
hub pull-request
# Celebrate!