This repository was archived by the owner on Jul 19, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -103,11 +103,19 @@ The following are not fully implemented yet.
103
103
To add a new integration, you'll need to create a new ` Service ` subclass. Please
104
104
use existing services as an example:
105
105
106
- - Chat service examples: ` hipchat ` , ` campfire `
107
- - Issue tracker examples: ` github_issues ` , ` lighthouse `
106
+ - Chat service examples: [ hipchat] [ ] , [ campfire] [ ]
107
+ - Issue tracker examples: [ github_issues] [ ] , [ lighthouse] [ ]
108
+
109
+ [ hipchat ] : /codeclimate/codeclimate-services/blob/master/lib/cc/services/hipchat.rb
110
+ [ campfire ] : /codeclimate/codeclimate-services/blob/master/lib/cc/services/campfire.rb
111
+ [ github_issues ] : /codeclimate/codeclimate-services/blob/master/lib/cc/services/github_issues.rb
112
+ [ lighthouse ] : /codeclimate/codeclimate-services/blob/master/lib/cc/services/lighthouse.rb
108
113
109
114
Ensure that your class implements ` #receive_test ` . It must handle any exceptions
110
115
and always return a hash of ` { ok: true|false, message: "String (HTML ok)" } ` .
116
+ [ Example] [ test_example ] .
117
+
118
+ [ test_example ] : /codeclimate/codeclimate-services/blob/master/lib/cc/services/jira.rb#L31
111
119
112
120
When you open your PR, please include an image for your service.
113
121
[ Example] [ service_avatar ] .
You can’t perform that action at this time.
0 commit comments