RS-1 - Add ticket templates

This commit is contained in:
Blake Ridgway
2026-04-10 20:48:18 -05:00
parent b1d77b2e79
commit a2a06c03bd
6 changed files with 264 additions and 0 deletions

45
bug_report.yaml Normal file
View File

@@ -0,0 +1,45 @@
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