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

48 lines
1.1 KiB
YAML

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