growstuff

https://github.com/growstuff/growstuff

Ruby

Open data project for small-scale food growers

Api::V1::PlantingResource#percentage_grown

No Docs, write some!

Source | Google | Stack overflow

Edit

git clone [email protected]:growstuff/growstuff.git

cd growstuff

open app/resources/api/v1/planting_resource.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Api--V1--PlantingResource-percentage_grown-for-pr


# Commit to git

git add app/resources/api/v1/planting_resource.rbgit commit -m "better docs for Api::V1::PlantingResource#percentage_grown"


# Open pull request

gem install hub # on a mac you can `brew install hub`

hub fork

git push <your name> -your-name--update-docs-Api--V1--PlantingResource-percentage_grown-for-pr

hub pull-request


# Celebrate!