Files
blackroad-os-prism-console/.github/ISSUE_TEMPLATE/agent.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

84 lines
2.1 KiB
YAML

name: Agent Issue
description: Report an issue or request a change related to an agent in the Prism Console
title: "[AGENT] "
labels: ["type:agent", "team:prism", "status:ready"]
body:
- type: markdown
attributes:
value: |
## Agent Issue Template
Use this template for issues related to agents displayed or managed through Prism Console.
- type: input
id: agent-id
attributes:
label: Agent ID
description: The ID of the agent (e.g., atlas, spectrum, trace)
placeholder: "atlas"
validations:
required: true
- type: dropdown
id: pack
attributes:
label: Pack
description: Which pack does this agent belong to?
options:
- pack.education
- pack.infra-devops
- pack.creator-studio
- pack.finance
- pack.legal
- pack.research-lab
- unknown
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 agent is not displaying correctly in the Prism Console..."
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected Behavior
description: What should happen?
placeholder: "The agent should display health status and last run time..."
validations:
required: false
- type: textarea
id: actual
attributes:
label: Actual Behavior
description: What is currently happening?
placeholder: "The agent shows as 'unknown' status..."
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