name: Bug Report description: Report a bug to help us improve title: "[Bug]: " labels: ["bug"] body: - type: markdown attributes: value: | Thanks for taking the time to report a bug! Please fill out the sections below to help us understand and reproduce the issue. - type: textarea id: description attributes: label: Bug Description description: A clear and concise description of what the bug is placeholder: Describe what happened and what you expected to happen validations: required: true - type: textarea id: reproduce attributes: label: Steps to Reproduce description: Steps to reproduce the behavior placeholder: | 1. Run command '...' 2. Install package '...' 3. See error validations: required: true - type: textarea id: environment attributes: label: Environment description: Your system information placeholder: | - OS: [e.g. macOS 14.0, Ubuntu 22.04, Windows 11] - Node.js version: [e.g. 18.17.0] - Package manager: [e.g. npm 9.6.7, yarn 1.22.19, pnpm 8.6.0] - Safe Chain version: [e.g. 1.0.0] validations: required: true - type: textarea id: logs attributes: label: Error Logs description: Relevant error messages or logs placeholder: Paste any error messages or logs here render: shell - type: textarea id: additional attributes: label: Additional Context description: Any other context about the problem placeholder: Screenshots, related issues, workarounds, etc.