perftest-toolkit

https://github.com/3scale-labs/perftest-toolkit

Ruby

Tools and deployment configs for performance testing of 3scale API Management solution

Legislation::Annotation#create_first_comment

No Docs, write some!

Source | Google | Stack overflow

Edit

git clone [email protected]:3scale-labs/perftest-toolkit.git

cd perftest-toolkit

open

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-Legislation--Annotation-create_first_comment-for-pr


# Commit to git

git add git commit -m "better docs for Legislation::Annotation#create_first_comment"


# Open pull request

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

hub fork

git push <your name> -your-name--update-docs-Legislation--Annotation-create_first_comment-for-pr

hub pull-request


# Celebrate!