Stuck, or found a bug? Try self-service first: the runbooks and guides (demolab docs lists them, demolab docs <NAME> opens one) cover most operating questions. When you still need a human, here’s where to go.
GitHub issues are the place: bugs, feature requests, and questions about the framework. Issues are searchable, so your question helps the next person and the fix lands in the open.
Install the GitHub CLI (gh — e.g. brew install gh, then gh auth login) and your coding agent can file issues for you: describe the problem and ask it to submit — it will gather the details below, write the report, and post it with gh issue create.
Before opening an issue, run the doctor (say “doctor the repo”), check the guides and runbooks, and search existing issues. Then include, in order:
uv --version, typst --version, demolab version.git rev-parse --short HEAD.You can also just type SUPPORT in capitals and the coding agent will walk you through all of this interactively.
The full reference lives in SUPPORT.md.