Files
hypothesis-machine/.github/ISSUE_TEMPLATE/bug_report.yml
T

52 lines
1.4 KiB
YAML

name: Bug report
description: Report reproducible incorrect behavior
title: "[Bug]: "
labels: [bug]
body:
- type: markdown
attributes:
value: Do not report security vulnerabilities here; follow SECURITY.md.
- type: input
id: version
attributes:
label: Hypothesis Machine and Pi versions
placeholder: Hypothesis Machine 0.1.1, Pi 0.83.0
validations:
required: true
- type: dropdown
id: area
attributes:
label: Area
options:
- Pi extension loading
- Recursive agents
- Research memory
- Web gateway
- Research loop
- Experiment runner
- Documentation or other
validations:
required: true
- type: textarea
id: description
attributes:
label: What happened?
description: Include the expected result and a minimal reproduction.
validations:
required: true
- type: textarea
id: logs
attributes:
label: Sanitized logs
description: Remove credentials, private sources, and model transcripts.
render: shell
- type: checkboxes
id: checks
attributes:
label: Safety checks
options:
- label: I removed credentials and private data from this report.
required: true
- label: This is not a privately reportable security vulnerability.
required: true