chatwoot
https://github.com/chatwoot/chatwoot
Ruby
Open-source customer engagement suite, an alternative to Intercom, Zendesk, Salesforce Service Cloud etc. 🔥💬
Contacts::ContactableInboxesService#sms_contactable_inbox
No Docs, write some!
Edit
git clone [email protected]:chatwoot/chatwoot.git
cd chatwoot
open app/services/contacts/contactable_inboxes_service.rb
Contribute
# Make a new branchgit checkout -b -your-name--update-docs-Contacts--ContactableInboxesService-sms_contactable_inbox-for-pr
# Commit to gitgit add app/services/contacts/contactable_inboxes_service.rbgit commit -m "better docs for Contacts::ContactableInboxesService#sms_contactable_inbox"
# Open pull requestgem install hub # on a mac you can `brew install hub`
hub fork
git push <your name> -your-name--update-docs-Contacts--ContactableInboxesService-sms_contactable_inbox-for-pr
hub pull-request
# Celebrate!