- .github/workflows/ci.yml — npm ci + npm run build on push/PR, with the PokéAPI snapshot cached so only the first run pays the fetch cost. - .github/dependabot.yml — weekly npm, monthly actions, grouped. - .github/ISSUE_TEMPLATE/ — bug report, feature request, config with discussion / upstream-data links. - CODE_OF_CONDUCT.md — Contributor Covenant 2.1 (contact method is a placeholder to fill in). - SECURITY.md — private reporting + the known dev-only Vite/esbuild advisory. - AGENTS.md — machine-facing version of CONTRIBUTING for AI coding agents. - docs/screenshots/ + a strip in the README (resized + pngquant'd, ~240 KB). - public/og.png + Open Graph / Twitter card meta in index.html. - .nvmrc (20); gitignore .claude/ .idea/ .vscode/. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_017Ve7HLspzeG2xDPtJQ8vmu
25 lines
390 B
Markdown
25 lines
390 B
Markdown
---
|
|
name: Bug report
|
|
about: Something isn't working right
|
|
title: ""
|
|
labels: bug
|
|
assignees: ""
|
|
---
|
|
|
|
**What happened**
|
|
<!-- and what you expected instead -->
|
|
|
|
**Steps to reproduce**
|
|
1.
|
|
2.
|
|
3.
|
|
|
|
**Context**
|
|
- Browser / OS:
|
|
- Installed as a PWA or in a browser tab:
|
|
- Selected game (if relevant):
|
|
- Console errors (DevTools → Console):
|
|
|
|
**Screenshot / clip**
|
|
<!-- optional but very helpful -->
|