-
Notifications
You must be signed in to change notification settings - Fork 0
feature_request.yml #2
Description
name: "✨ Feature Request"
description: "Suggest a new feature or protocol extension"
title: "[Feature] "
labels: ["enhancement"]
assignees: []
body:
-
type: markdown
attributes:
value: |
## Thank you for your suggestion!
Please describe the feature and how it aligns with the HJS core primitives. -
type: dropdown
id: scope
attributes:
label: "Scope"
description: "Which layer does this feature request relate to?"
multiple: false
options:
- "Core Primitive Extension"
- "New Protocol (RTS/RCRF etc.)"
- "Data Model Enhancement"
- "Documentation Improvement"
- "Other"
validations:
required: true -
type: textarea
id: problem
attributes:
label: "Problem Statement"
description: "What specific problem does this feature solve?"
placeholder: "For example: Currently, there is no way to record..."
validations:
required: true -
type: textarea
id: solution
attributes:
label: "Proposed Solution"
description: "How do you envision solving this?"
placeholder: "Add a new field to..."
validations:
required: true -
type: textarea
id: alternatives
attributes:
label: "Alternatives Considered"
description: "Are there any alternative solutions or workarounds?" -
type: textarea
id: impact
attributes:
label: "Impact on Core Primitives"
description: "How would this change affect the four core primitives?"
placeholder: "This might affect the definition ofscopein Judgment..."