This document explains how to get help for obsidian-admin-vue.
Formal release-lane and maintenance expectations live in docs/support-policy.md.
This repository is maintained as an open-source admin frontend baseline.
Support is best-effort for:
- installation and local setup issues
- generated API contract workflow issues
- reproducible bugs in the current
mainbranch - documentation gaps
Support is not intended for:
- private consulting
- project-specific custom feature implementation
- legacy forks that have diverged heavily from
main - urgent production incident response
Please confirm all of the following first:
- You are testing against the latest
mainbranch or the latest release tag. - You have read
README.md. - You have checked
CONTRIBUTING.md. - You ran the local quality gates:
pnpm check
pnpm typecheck:api
pnpm test:unit
pnpm build- If your issue is contract-related, confirm generated files are in sync:
pnpm api:types- Bug reports: GitHub Issues
- Security reports:
See
SECURITY.md - Contribution process:
See
CONTRIBUTING.md
Include:
- exact command you ran
- full error output
- Node.js version
- pnpm version
- browser/runtime context if relevant
- whether the backend repo is public, private, local, or symlinked
- whether generated files were modified
If the problem involves API contract generation, also include:
- current frontend commit
- backend commit or tag
- whether
docs/openapi.yamlchanged
For public issue support:
- triage is best-effort
- reproducible bugs get priority
- incomplete reports may be closed until more details are provided
If you need guaranteed timelines, do not treat GitHub Issues as an SLA-backed support channel.