Files
blackroad-os-prism-console/.github/ISSUE_TEMPLATE/pack.yml
copilot-swe-agent[bot] 9777d02994 Add GitHub project management templates and ecosystem documentation
- Add issue templates for agents, packs, features, bugs, infra, and docs
- Add labels.yml with BlackRoad OS standard labels (team, type, prio, status)
- Add PR template with atomic commit guidelines
- Add CONTRIBUTING.md with development guidelines
- Add docs/REPOSITORY_ROLE.md documenting this repo's ecosystem role
- Update README.md with badges, ecosystem links, and comprehensive docs

Co-authored-by: blackboxprogramming <118287761+blackboxprogramming@users.noreply.github.com>
2025-11-24 16:26:03 +00:00

65 lines
1.7 KiB
YAML

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