Files
nosterm-client/.gitea/PULL_REQUEST_TEMPLATE.md
Robert Goodall cd2b900639
ci / build (push) Successful in 1m3s
ci / image (push) Successful in 41s
Initial commit: Nosterm client (terminal-style Nostr chat SPA)
2026-07-24 13:47:53 -04:00

12 lines
260 B
Markdown

<!-- Describe what this PR changes and why. -->
## Summary
## Checklist
- [ ] `npm run lint` passes
- [ ] `npm run check` passes
- [ ] `npm test` passes
- [ ] `npm run build` succeeds
- [ ] No secrets committed (PUBLIC_* args are browser-visible by design)