Files
openrabbit/.gitea/ISSUE_TEMPLATE/repo_management.yml
latte 8cadb2d216
Some checks failed
Docker / docker (push) Successful in 6s
Security / security (push) Successful in 6s
Deploy / deploy-local-runner (push) Has been cancelled
CI / ci (push) Successful in 1m42s
Deploy / deploy-ssh (push) Successful in 7s
Add Gitea Actions workflows, CI config, and docs
2026-02-28 20:40:14 +01:00

46 lines
1.1 KiB
YAML

name: Repository Management
about: Request repo maintenance (archiving, renaming, structure changes)
title: "[Repo] "
labels:
- repo-management
body:
- type: textarea
id: summary
attributes:
label: Summary
description: What repo maintenance or management change is needed?
validations:
required: true
- type: textarea
id: current
attributes:
label: Current State
description: Describe current repo structure, branches, tags, etc.
- type: textarea
id: change
attributes:
label: Requested Change
description: What you want changed and why.
validations:
required: true
- type: textarea
id: steps
attributes:
label: Steps
description: Step-by-step plan to complete the change (who will run each step).
- type: textarea
id: impact
attributes:
label: Dependencies & Impact
description: Other repos, CI pipelines, or services that will be affected.
- type: textarea
id: rollback
attributes:
label: Rollback Plan
description: How to undo if something goes wrong.