Skip to content

bug_report.yml #1

@schchit

Description

@schchit

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: The scope field in the Judgment primitive 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.)"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions