openstreetmap-website
https://github.com/openstreetmap/openstreetmap-website
Ruby
The Rails application that powers OpenStreetMap
Redaction#description
this method overrides the AR default to provide the rich text object for the description field.
Edit
git clone [email protected]:openstreetmap/openstreetmap-website.git
cd openstreetmap-website
open app/models/redaction.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Redaction-description-for-pr
# Commit to gitgit add app/models/redaction.rbgit commit -m "better docs for Redaction#description"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Redaction-description-for-pr
hub pull-request
# Celebrate!