Files
tickets/.gitea/issue_templates/bug_report.yaml
2026-04-10 20:48:58 -05:00

46 lines
1.0 KiB
YAML

name: Bug Report
about: Report a bug with Ridgway Systems Infrastructure
title: "[BUG] "
labels:
- bug
body:
- type: textarea
id: description
attributes:
label: Description
description: A clear description of the bug.
validations:
required: true
- type: textarea
id: steps
attributes:
label: Steps to Reproduce
description: Steps to reproduce the behavior.
placeholder: |
1. Go to '...'
2. Click on '...'
3. See error
validations:
required: true
- type: textarea
id: expected
attributes:
label: Expected Behavior
description: What you expected to happen.
validations:
required: true
- type: textarea
id: actual
attributes:
label: Actual Behavior
description: What actually happened.
validations:
required: true
- type: textarea
id: additional
attributes:
label: Additional Context
description: Any other context, screenshots, or logs.
validations:
required: false