name: Pack Issue description: Report an issue or request a change related to a pack in the Prism Console title: "[PACK] " labels: ["type:pack", "team:prism", "status:ready"] body: - type: markdown attributes: value: | ## Pack Issue Template Use this template for issues related to packs (verticals) displayed or managed through Prism Console. - type: dropdown id: pack attributes: label: Pack ID description: Which pack is this issue about? options: - pack.education - pack.infra-devops - pack.creator-studio - pack.finance - pack.legal - pack.research-lab validations: required: true - type: dropdown id: priority attributes: label: Priority description: What is the priority of this issue? options: - prio:P0 - prio:P1 - prio:P2 validations: required: true - type: textarea id: description attributes: label: Description description: Describe the issue or feature request placeholder: "The pack dashboard is not loading agents correctly..." validations: required: true - type: textarea id: affected-repos attributes: label: Affected Repositories description: List any related repositories (e.g., blackroad-os-pack-education) placeholder: "- blackroad-os-pack-education\n- blackroad-os-agents" validations: required: false - type: textarea id: context attributes: label: Additional Context description: Any other relevant information (logs, screenshots, etc.) placeholder: "Error logs, screenshots, related issues..." validations: required: false