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