RS-1 - Move templates to correct place
This commit is contained in:
47
.gitea/issue_templates/infrastructure_request.yaml
Normal file
47
.gitea/issue_templates/infrastructure_request.yaml
Normal 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
|
||||
Reference in New Issue
Block a user