mirror of
https://github.com/FunnyWolf/agentic-soc-platform.git
synced 2026-08-22 13:12:56 +02:00
61 lines
1.7 KiB
YAML
61 lines
1.7 KiB
YAML
name: Bug
|
|
description: Report something that is broken or not working as expected.
|
|
title: "[Bug]: "
|
|
labels:
|
|
- bug
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for reporting a bug. Please provide enough detail for us to reproduce and diagnose it.
|
|
- type: textarea
|
|
id: summary
|
|
attributes:
|
|
label: Summary
|
|
description: What is broken?
|
|
placeholder: Describe the issue briefly.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: steps
|
|
attributes:
|
|
label: Steps to reproduce
|
|
description: List the exact steps needed to reproduce the problem.
|
|
placeholder: |
|
|
1. Go to ...
|
|
2. Click ...
|
|
3. See error ...
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: expected
|
|
attributes:
|
|
label: Expected behavior
|
|
description: What did you expect to happen?
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: actual
|
|
attributes:
|
|
label: Actual behavior
|
|
description: What happened instead? Include error messages, logs, or screenshots when useful.
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: version
|
|
attributes:
|
|
label: Version or commit
|
|
description: Which ASP version, commit, or deployment are you using?
|
|
placeholder: v0.4.0, commit SHA, or deployment tag
|
|
- type: textarea
|
|
id: environment
|
|
attributes:
|
|
label: Environment
|
|
description: Browser, OS, deployment mode, backend/frontend details, or other relevant context.
|
|
placeholder: Chrome 126, Windows 11, Docker Compose, etc.
|
|
- type: textarea
|
|
id: additional-context
|
|
attributes:
|
|
label: Additional context
|
|
description: Anything else that may help diagnose the problem.
|