Files
code_problems/.gitea/ISSUE_TEMPLATE/bug_report.yml
2025-04-22 22:39:50 +09:00

33 lines
945 B
YAML

name: Bug report
description: An issue with MIN-T
labels: 'bug'
body:
- type: textarea
attributes:
label: Minimal reproducible code
description: Please write a minimal complete program which has this bug. Do not point to an existing repository.
value: |
...
validations:
required: true
- type: textarea
attributes:
label: Steps to reproduce the bug with the above code
validations:
required: true
- type: textarea
attributes:
label: Actual Behaviour
description: When I do like *this*, *that* is happening and I think it shouldn't.
validations:
required: true
- type: textarea
attributes:
label: Expected Behaviour
description: I think *this* should happen instead.
validations:
required: true
- type: textarea
attributes:
label: Additional Context
description: Add any other context about the problem here.