# frozen_string_literal: true
class SlackService < ChatNotificationService
def title
'Slack notifications'
end
def description
'Receive event notifications in Slack'
end
def self.to_param
'slack'
end
def help
'This service sends notifications about projects events to Slack channels.
To set up this service: