-
Notifications
You must be signed in to change notification settings - Fork 65
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
Need improved documentation on how to configure zulipbot #120
Comments
@yanokwa thank you for your interest in zulipbot! I will try my best to answer these questions, but I'm sure @synicalsyntax will be able to elaborate on points I don't make clear at first. For You do not need
Hopefully, this helps! |
Also, I forgot to say that you can always talk to us on our chat. We are pretty quick to respond :) |
Hello @yanokwa, thanks so much for your interest in our project! @lonerz has answered some of your questions well, but I would like to offer additional clarification and insight to this issue. Currently, @zulipbot isn't in stable condition as a codebase yet (hence why there have been no releases to date); in fact, it's undergoing a large round of refactoring to its configuration file setup on this branch, mainly due to its disorganization. I hope that refactoring the structure into an object tree will clarify the relationships between each option and help users like you disable certain features by removing objects from the tree as opposed to deleting groups of options altogether. However, we still encourage you to try out our project on your open source project! As you can see on the various Zulip repositories, @zulipbot is doing an amazing job of optimizing the Zulip GitHub workflow. You can deploy according to To answer your questions about the configuration file (
An old version of the Zulip project config also has brief descriptions of what each option is for; however, keep in mind that this is an outdated commit and some options have likely been removed or modified. Similarly, I will also be prioritizing work on adding a Configuration page so that all your other questions about configuring zulipbot will be answered. Again, feel free to reach out to us on the zulipbot development community chat if you have any other questions! We're very responsive and look forward to additional feedback from you. Have a nice day! :) |
Congrats on shipping the new config system, @synicalsyntax! Zulipbot has make working on Open Data Kit a lot easier and we really, really, really appreciate your hard work. |
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:
repoEventsDelay
do and what unit of time does it take?priorityLabels
have to exist first in my project before I add them?webhookSecret
from?If this is all written somewhere, I'm glad to help document and send in a PR!
Steps for resolving issue
(added by @synicalsyntax)
The text was updated successfully, but these errors were encountered: