CoolFace
Apppublic

phaethix/cyberpunk-edgerunner-sim

sourceHugging Faceupdated 3mo agoView on Hugging Face
0likes
bug_report.yml47 linesDownload Raw Back to ISSUE_TEMPLATE
1name: Bug report2description: Report a problem with the game or its deployment3title: "[Bug]: "4labels: ["bug"]5body:6  - type: markdown7    attributes:8      value: |9        Thanks for taking the time to file a bug report!10  - type: textarea11    id: what-happened12    attributes:13      label: What happened?14      description: A clear and concise description of the bug.15      placeholder: Tell us what you see!16    validations:17      required: true18  - type: textarea19    id: reproduce20    attributes:21      label: Steps to reproduce22      description: How can we reproduce the issue?23      placeholder: |24        1. Start the server with `python -m server.main`25        2. Click on '...'26        3. See error27    validations:28      required: false29  - type: dropdown30    id: environment31    attributes:32      label: Where does it happen?33      options:34        - Local (running the server myself)35        - Hugging Face Space deployment36        - Terminal version (cyberpunk.py)37    validations:38      required: true39  - type: textarea40    id: logs41    attributes:42      label: Relevant logs / screenshots43      description: Paste any error output or attach screenshots.44      render: shell45    validations:46      required: false47