RS-1 - Move templates to correct place

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

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