aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..a30ac49
--- /dev/null
+++ b/README.md
@@ -0,0 +1,18 @@
+A bot to help the board with their meeting agenda and meeting
+reminders.
+
+Board members can add items to the agenda by sending a message
+containing something like
+
+```
+/agenda Kaffet är slut!
+```
+
+in either Slack or Discord. The bot sends a confirmation in both Slack
+and Discord so everyone can see what's added.
+
+Every wednesday afternoon (configurable), the day before the meeting,
+the bot sends a reminder in both Slack and Discord, as well as the
+agenda.
+
+More features TBD.