From 82d3b4f3fbd71776735f8c96292710038183b8cf Mon Sep 17 00:00:00 2001 From: Jesse Gibbs Date: Wed, 27 Feb 2019 10:35:09 -0800 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index ffab75a..e89c94a 100644 --- a/README.md +++ b/README.md @@ -55,6 +55,10 @@ For bug reports, please [open an issue on GitHub](https://github.com/rollbar/rol ## Contributing +For details on how to do development work on a CircleCI orb, check out [Circle CI's Orb docs](https://circleci.com/docs/2.0/creating-orbs/). + +To contribute to the Rollbar orb: + 1. [Fork it](https://github.com/rollbar/rollbar-orb) 2. Create your feature branch (```git checkout -b my-new-feature```). 3. Commit your changes (```git commit -am 'Added some feature'```)