chatwoot

https://github.com/chatwoot/chatwoot

Ruby

Open-source customer engagement suite, an alternative to Intercom, Zendesk, Salesforce Service Cloud etc. 🔥💬

MigrateAndAddUniqueIndexToLabels#migrate_existing_tags

No Docs, write some!

Source | Google | Stack overflow

Edit

git clone [email protected]:chatwoot/chatwoot.git

cd chatwoot

open db/migrate/20200625124400_migrate_and_add_unique_index_to_labels.rb

Contribute

# Make a new branch

git checkout -b -your-name--update-docs-MigrateAndAddUniqueIndexToLabels-migrate_existing_tags-for-pr


# Commit to git

git add db/migrate/20200625124400_migrate_and_add_unique_index_to_labels.rbgit commit -m "better docs for MigrateAndAddUniqueIndexToLabels#migrate_existing_tags"


# Open pull request

gem install hub # on a mac you can `brew install hub`

hub fork

git push <your name> -your-name--update-docs-MigrateAndAddUniqueIndexToLabels-migrate_existing_tags-for-pr

hub pull-request


# Celebrate!