-
Notifications
You must be signed in to change notification settings - Fork 0
bug_report.yml #1
Description
name: "🐛 Bug Report"
description: "Report an error or issue in the protocol specification"
title: "[Bug] "
labels: ["bug", "needs-triage"]
assignees: []
body:
-
type: markdown
attributes:
value: |
## Thank you for helping improve the HJS protocol!
Please provide as much detail as possible to help us locate the issue. -
type: input
id: version
attributes:
label: "Protocol Version"
description: "Which version of HJS are you using? (e.g., v0.2)"
placeholder: "v0.2"
validations:
required: true -
type: dropdown
id: component
attributes:
label: "Affected Component"
description: "Which part of the specification does this issue relate to?"
multiple: false
options:
- "Core Primitives"
- "Data Model"
- "RDP Protocol"
- "Documentation"
- "Other"
validations:
required: true -
type: textarea
id: description
attributes:
label: "Issue Description"
description: "A clear and concise description of the problem"
placeholder: "For example: Thescopefield in theJudgmentprimitive is not clearly defined..."
validations:
required: true -
type: textarea
id: expected
attributes:
label: "Expected Behavior"
description: "What did you expect to happen?"
placeholder: "It should..." -
type: textarea
id: additional
attributes:
label: "Additional Context"
description: "Any other relevant information (links to related issues, discussions, etc.)"