From 608ef20bc8ba27306fac94b65d573250c9778a2d Mon Sep 17 00:00:00 2001 From: "Christopher R. Murphy" Date: Wed, 2 Dec 2020 09:02:25 -0500 Subject: [PATCH] Add steps for getting setup for gem development --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0adc0c6..a8c6c2c 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Or install it yourself as: ## Usage -IsItUp provides one monitoring URI that returns a JSON response: +IsItUp provides a monitoring URI that returns a JSON response: ```ruby % curl your-domain/is_it_up @@ -30,10 +30,12 @@ IsItUp provides one monitoring URI that returns a JSON response: ## Contributing 1. Fork it ( http://github.com/customink/is_it_up/fork ) -2. Create your feature branch (`git checkout -b my-new-feature`) -3. Commit your changes (`git commit -am 'Add some feature'`) -4. Push to the branch (`git push origin my-new-feature`) -5. Create new Pull Request +2. Run `bin/bootstrap_macos` (if using macOS) and `bin/setup` to ensure your environment is configured for development +3. Run `bin/test` to ensure all tests pass +4. Create your feature branch (`git checkout -b my-new-feature`) +5. Commit your changes (`git commit -am 'Add some feature'`) +6. Push to the branch (`git push origin my-new-feature`) +7. Create new Pull Request ## Kudos