-
-
Notifications
You must be signed in to change notification settings - Fork 69
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
Suggestion: document the supported features #78
Comments
For now the README.md is the documentation, but perhaps it could be improved or re-written. Maybe it should be less verbose and we add a USER GUIDE.md file? A docs site is a nice idea, but rather arduous to do properly - generally to do it right we'd want a domain name, clear landing page (and a designer to make that) and then a docs site generated by mkdocs for which we'd have to choose a theme we all liked and setup a CI/CD pipeline to populate it. Netlify works well for the OpenFaaS docs. For the YAML syntax, the approach we are using is to turn everything on and then specify a list of maintainers, the word curators is an alias that can be used in its place. Was there something specific you were looking for Dirk? I think the PR I submitted to Subsurface has everything turned on already. The milestones feature is on by default when commenting is enabled. |
If you look at https://github.com/Subsurface-divelog/subsurface/blob/master/.DEREK.yml we try to explicitly enable things. Are we doing this right? I don't know. |
Currently the features are documented in GET.md. The features aren't as granular as you may be expecting. Essentially there are two - Can you ask @sfuchs79 to try one line at a time? |
The features aren't as granular as you may be expecting. Essentially
there are two - `dco_check` & `comments`. `comments` covers everything
Which would be nice to have explicitly documented...
Can you ask @sfuchs79 to try one line at a time?
He did. Look towards the end of the comment thread. And then I entered the exact same command and that worked.
|
This is perfect. Thank you so much for adding this
|
You're welcome. I think we have that covered above now. I saw sfuchs79 try the command before you did, but I need sfuchs79 to do it again because I can't find his message in the logs. Ideally with some other label or removing the label. Hoping that it either works as expected or I get a log item this time. Alex |
He just did
|
OK, this is possibly my own fault for missing the forrest for the trees, but I can't seem to find documentation of the config file syntax and especially which features are actually supported. There are a couple of examples, but... is there documentation somewhere that I just didn't see?
Expected Behaviour
An easy to find section in the documentation that tells me more about the syntax of the config file and the supported features.
Current Behaviour
I looked on GitHub, I git-grep-ed through the sources, I couldn't find it - and am very worried that @alexellis will respond to this issue saying: look, there...
Context
A new user of the bot might benefit from easy to find documentation...
Your Environment
or
The text was updated successfully, but these errors were encountered: