Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 446 Bytes

File metadata and controls

24 lines (16 loc) · 446 Bytes

Support

Getting Help

  • Usage questions and bug reports: open a GitHub issue.
  • Feature proposals: open a feature request issue.
  • Security vulnerabilities: use private GitHub security advisories (see SECURITY.md).

Before Opening an Issue

  1. Run baseline checks:
npm run ci:check
  1. Confirm API and web start correctly:
npm run dev:api
npm run dev:web
  1. Include reproducible payloads/logs in your issue.