-
Notifications
You must be signed in to change notification settings - Fork 0
discussion.yml #3
Description
name: "💬 Open Discussion"
description: "Start an open discussion (not a bug or feature request)"
title: "[Discussion] "
labels: ["discussion"]
assignees: []
body:
-
type: markdown
attributes:
value: |
## Welcome to the discussion
This is the place for any topic related to HJS that doesn't fit as a bug or feature request. -
type: input
id: topic
attributes:
label: "Discussion Topic"
description: "Summarize the topic in one sentence"
placeholder: "e.g., Thoughts on delegation depth limits"
validations:
required: true -
type: textarea
id: context
attributes:
label: "Context / Background"
description: "Why do you want to discuss this?"
placeholder: "While reading the RDP draft, I realized that..."
validations:
required: true -
type: textarea
id: questions
attributes:
label: "Specific Questions"
description: "What are the core questions you want to explore?"
placeholder: "1. How many levels should a delegation chain be limited to?\n2. How should cross-domain trust anchors be designed?"