Skip to content

Gramatically Updated readme file #902

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions slack/readme.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
This folder relates to Slack things.
This folder contains files used for Slack.

The things:
Contents:

`greeting`: A text file containing the greeting sent to users who join our Slack server.
`greeting`:A text file containing the welcome message sent to users who join our Slack server.

`other channels`: A text file containing info on some of our Slack server's channels.
`other channels`: A text file providing information about some of our Slack server's channels.

`greeting.slackworkflow`: A workflow exported from Slack for the greeting message. It can be imported should we somehow loose it. Given the format and specific token requirements, it doesn't make sense to maintain the greeting message in this file. Consider it a reference and backup. Maintain in the `greeting` text file and manually update Slack on change.
`greeting.slackworkflow`: A Slack workflow export of the greeting message. It can be re-imported if it's ever lost.Due to specific token and formatting requirements, it's not recommended to maintain the greeting message directly in this file.Consider this file a reference and backup. Use the greeting text file as the source of truth and manually update Slack whenever changes are made.

We could later manage this by creating our own Slack bot, but using Workflows will do for now.
In the future, we may consider building our own Slack bot, but using Slack Workflows is sufficient for now.

We needed to migrate from Greetbot because they are [shutting down](https://medium.com/greetbot-blog/after-5-million-hellos-its-time-to-say-goodbye-8b82e40b5701).
We migrated from Greetbot because the service has been [shutting down](https://medium.com/greetbot-blog/after-5-million-hellos-its-time-to-say-goodbye-8b82e40b5701).