Closed
Description
I would love to use zulipbot for an OSS project I maintain (Open Data Kit), but I it's unclear from usage what should go in src/config.js
I've reviewed src/zuplip_project_config.js for hints but only some of the keys make sense. Some of the questions that came up for me are:
- What does
repoEventsDelay
do and what unit of time does it take? - Do
priorityLabels
have to exist first in my project before I add them? - Where do I get the
webhookSecret
from?
If this is all written somewhere, I'm glad to help document and send in a PR!
Steps for resolving issue
- Update Installation docs
- Refactor configuration file setup to object-tree-like structure on config branch and merge changes to master
- Add Configuration docs
(added by @synicalsyntax)