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