MQL5-Google-Onedrive/.github/ISSUE_TEMPLATE/bug_report.yml
Cursor Agent 85c1e2f963 feat: Add GitHub Actions for CI, automerge, and sync
Co-authored-by: genxdbxfx3 <genxdbxfx3@gmail.com>
2025-12-27 06:02:09 +00:00

48 lines
1.1 KiB
YAML

name: Bug report
description: Something is broken or behaving unexpectedly
title: "[Bug]: "
labels: ["bug"]
body:
- type: textarea
id: what
attributes:
label: What happened?
description: What did you expect to happen, and what happened instead?
validations:
required: true
- type: textarea
id: reproduce
attributes:
label: Steps to reproduce
placeholder: |
1. Attach indicator/EA to X symbol on Y timeframe
2. Settings used:
3. What you clicked / what the market did:
validations:
required: true
- type: textarea
id: logs
attributes:
label: MetaEditor / Journal logs
description: Paste relevant compile output and terminal Journal/Experts logs.
render: text
validations:
required: false
- type: input
id: mt5
attributes:
label: MT5 broker / build
description: e.g. Exness MT5, build number if known
validations:
required: false
- type: input
id: os
attributes:
label: OS
description: e.g. Windows 11 25H2
validations:
required: false