Once outsiders install Volute, issues will arrive within hours of an announcement. Cheap prep that saves triage time:
- Issue templates (
.github/ISSUE_TEMPLATE/): a bug template that asks for volute status output, install type (local / --system / Docker), OS, and how the install was done (install.sh, npm, source); a feature-request template.
- CONTRIBUTING.md: dev setup (
npm install, npm run dev, npm test), PR-title conventional-commits requirement (CI enforces it), squash-merge + release-please flow, pointer to the test suites (npm test, test:e2e, docker-e2e).
- Link both from README.
Pairs with the volute doctor diagnostics command — once that exists, the bug template should ask for its output instead.
Part of the public-release readiness push.
Once outsiders install Volute, issues will arrive within hours of an announcement. Cheap prep that saves triage time:
.github/ISSUE_TEMPLATE/): a bug template that asks forvolute statusoutput, install type (local /--system/ Docker), OS, and how the install was done (install.sh, npm, source); a feature-request template.npm install,npm run dev,npm test), PR-title conventional-commits requirement (CI enforces it), squash-merge + release-please flow, pointer to the test suites (npm test,test:e2e, docker-e2e).Pairs with the
volute doctordiagnostics command — once that exists, the bug template should ask for its output instead.Part of the public-release readiness push.