From e86a9ea75f5eff95b74da699b413eb6735af9b3b Mon Sep 17 00:00:00 2001 From: Nick Stielau Date: Tue, 11 Jun 2013 15:38:04 -0700 Subject: [PATCH] Changing readme to Markdown. --- README.org => README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) rename README.org => README.md (93%) diff --git a/README.org b/README.md similarity index 93% rename from README.org rename to README.md index a7e60308b..217a12376 100644 --- a/README.org +++ b/README.md @@ -1,6 +1,8 @@ +# Sensu Community Plugins + [![Build Status](https://travis-ci.org/sensu/sensu-community-plugins.png?branch=master)](https://travis-ci.org/sensu/sensu-community-plugins) -* Sensu Plugins +## Community plugins, extenions, and handlers This gem contains some example plugins and handlers for Sensu. Most of them are implemented in Ruby and use the =sensu-plugin= framework (a @@ -11,7 +13,7 @@ In the future, some sort of browsing/metadata/installation system may be implemented. For now, just clone this repository, take a look around, and copy the plugins you want to use. -* Contributing +## Contributing If you have a new plugin or handler, send a pull request! Please format the names of scripts using dashes to separate words and with an @@ -24,7 +26,7 @@ be declared in the header of the plugin/handler file. Only pull requests passing lint/tests will be merged. -* Rubocop linting +## Rubocop linting Rubocop is used to lint the style of the ruby plugins. This is done to standardize the style used within these plugins, and ensure high @@ -37,7 +39,7 @@ bundle install bundle exec rubocop ``` -* License +## License Copyright 2011 Sonian, Inc. and contributors.