name: Bug report
description: Validation error, hang, or incorrect detection
labels: [bug]
body:
- type: markdown
attributes:
value: |
Include a minimal repro. If nimcheck hangs, note that — likely a tokenizer loop.
- type: textarea
id: repro
attributes:
label: Minimal source or file path
placeholder: paste code or path
validations:
required: true
- type: dropdown
id: flavor
attributes:
label: Language flavor
options:
- auto-detect
- nim
- python
- bash
- javascript
- typescript
- other
- type: textarea
id: expected
attributes:
label: Expected result
validations:
required: true
- type: textarea
id: actual
attributes:
label: Actual result
validations:
required: true
- type: input
id: nim_version
attributes:
label: Nim version (`nim --version`)