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,47 @@
name: Infrastructure Request
about: Request a change to Ridgway Systems Infrastructure
title: "[INFRA] "
labels:
- infrastructure
body:
- type: textarea
id: description
attributes:
label: Description
description: A clear description of the infrastructure change needed.
validations:
required: true
- type: dropdown
id: type
attributes:
label: Request Type
options:
- New Service
- Service Modification
- Service Removal
- DNS Change
- Firewall Change
- Other
validations:
required: true
- type: textarea
id: justification
attributes:
label: Justification
description: Why is this change needed?
validations:
required: true
- type: textarea
id: impact
attributes:
label: Impact
description: What services or users will be affected?
validations:
required: false
- type: textarea
id: additional
attributes:
label: Additional Context
description: Any other relevant details.
validations:
required: false