-
Notifications
You must be signed in to change notification settings - Fork 39
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
Make it easy to contribute docs/ux suggestions #108
Comments
I'm definitely supportive of the concrete suggestion that I'm gleaming from this issue. Only thing I ask is to add these hard requirement to the concrete solution(s):
Intended use of the about requirementsBy way of the requirements above, the following class of scenarios just be easy to do as programmatically as possible:
Why the requirements are worth itOne way to look at it is that our documentation based workload shouldn't ossify or lock into place bad design. If we can't improve the language because changed to docs are hard to track down then the documentation system is completely broken. I don't want to document bad design and make bad design hard to fix. I also don't want to overburden contributors with massive documentation upkeep expectations. ClarificationsI'm not assuming all documentation is code comments here. For example of we had cookbook/recipe for nimskull, like "how to write small switch based interpreters for a macro based DSL". We need a way to see the dependencies out from it and form elsewhere back to it. In the above, mechanisms like runnable examples, metadata, reusable by reference excerpts for errata/known issues, etc are key enablers. To make sure the army of knowledgeable fresh minds who see clearly the documentation gaps don't overwhelm the wizened minds that can simplify and scale the language. |
Can we support comment threads on the docs? They don't have to be permanent. |
Yeah, we discussed that before and it's still a good idea. |
Haxe doc has separate pages for meaningfully large chunks of documentation https://haxe.org/manual/class-field-variable.html each page corresponds to the GitHub issue HaxeFoundation/haxe.org-comments#83 that people can comment on, and this is linked back to the documentation pages via utteranc.es service |
Documentation and code traceability, explicit documentation graph construction are todos for haxdoc, we could copy good design to nimskull once I figure out how exactly it would look. |
While searching for the haxe comment in matrix chat I found a good example by @shayanhabibi of why this kind of interactions should be encouraged |
The basic idea is to create and maintain a proper feedback cycle from new users/maintainers. They walk through the sequence of choice points, like If they are stuck at some point, we basically ask them to tell us that "(next?) between stage 3 and 4 is bugged" so we can fix it. Of course, it is a lot more complicated in terms of choices that the user has to make, but the general idea stays the same. Until we are sure the onboarding pipeline is working correctly (which is not possible to fully ensure), we have to know on which intersections users are having troubles. |
Can I transfer this issue to the main repo, and convert it to discussion, similar to the thread for testament? |
@disruptek do you have permissions to move this issue to nimskull? |
If you cannot do it, I don't think I can do it. You're an Admin of nimskull AFAIK. |
Alright, so you can move between public and private. This issue's discussion is superseded by #106 and probably best continue here since it is not an actionable target but rather an open-ended discussion about process improvements. |
It might be a good idea to think about people contributing suggestions to the documentation and user experience. At the very least we can have a GitHub discussion thread for discussion about nuances of the documentation (manual, spec, or stdlib parts) and suggestions about improving error messages.
Most likely people won't open issues about ambiguous phrasing in documentation, and "edit" button is almost useless, but if we make it easier for a beginner to contribute their view on the matter it could make a difference in the long run (it is beneficial for us to know about bad documentation as soon as possible).
Alternatively it can be a
#docs/ux-team
channel on matrix, or any place where we can get to details about missing explanations.Bad documentation has been repeatedly brought up as an important issue, but when asked about specifics people usually can't recall which part exactly it was. We need to make it easier for people to tell us something is missing when they realize it is missing.
I think I repeated the same idea at least twice, but tldr version is - we need to make sure people without the curse of knowledge are given the easiest way possible to contribute to documentation.
The text was updated successfully, but these errors were encountered: