manageiq
https://github.com/manageiq/manageiq
Ruby
ManageIQ Open-Source Management Platform
CustomAttribute#value_type
No Docs, write some!
Edit
git clone [email protected]:manageiq/manageiq.git
cd manageiq
open app/models/custom_attribute.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-CustomAttribute-value_type-for-pr
# Commit to gitgit add app/models/custom_attribute.rbgit commit -m "better docs for CustomAttribute#value_type"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-CustomAttribute-value_type-for-pr
hub pull-request
# Celebrate!