name: Bug report description: Something is broken or behaving unexpectedly labels: [bug] body: - type: markdown attributes: value: | Thanks for taking the time to file a bug. Please fill out the sections below so we can reproduce and triage quickly. - type: textarea id: what-happened attributes: label: What happened? description: A clear description of the bug. placeholder: When I do X, Y happens instead of Z. validations: required: true - type: textarea id: expected attributes: label: Expected behavior description: What should have happened instead. validations: required: true - type: textarea id: repro attributes: label: Steps to reproduce description: Numbered steps a maintainer can follow to reproduce the bug. value: | 1. 2. 3. validations: required: true - type: input id: paperclip-version attributes: label: Paperclip version or commit description: Output of `paperclipai --version` or the commit SHA you are running. placeholder: e.g. 0.42.0 or 78dc3625ac validations: required: true - type: dropdown id: deployment attributes: label: Deployment mode options: - Local dev (pnpm dev) - Docker - Self-hosted server - Other validations: required: true - type: input id: node-version attributes: label: Node.js version description: Output of `node --version`. placeholder: e.g. v20.18.0 - type: input id: os attributes: label: Operating system placeholder: e.g. macOS 14.5 (Apple Silicon), Ubuntu 22.04 - type: textarea id: logs attributes: label: Relevant logs or output description: Paste error messages, stack traces, or API responses. Will be rendered as a code block. render: shell - type: textarea id: context attributes: label: Additional context description: Screenshots, related issues, or anything else that might help.