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