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