solus-packages/.github/ISSUE_TEMPLATE/request-package-deprecation.yml
Muhammad Alfi Syahrin 422ae16986
Fix label
2024-11-10 05:52:59 +07:00

38 lines
1.2 KiB
YAML

---
name: Package Deprecation Request
description: Request deprecation of a package.
labels:
- "Package: Removal Request"
body:
- type: checkboxes
id: search
attributes:
label: Please confirm there isn't already an existing package deprecation request
description: Before opening a new package deprecation request, please search [existing package deprecation requests](https://github.com/getsolus/packages/labels/Deprecation%20or%20removal%20from%20repository) to ensure there is not an existing one.
options:
- label: I have searched through package deprecation requests
required: true
- type: input
id: name
attributes:
label: Name
description: Name of the software.
validations:
required: true
- type: input
id: last_update_date
attributes:
label: Last Update Date
description: Date the softawre was last updated.
- type: input
id: url
attributes:
label: Link to an announcement of archival or deprecation, if applicable.
- type: textarea
id: other
attributes:
label: Reason for deprecation
description: |
Anything specific about this deprecation. This helps us prioritize issues.
validations:
required: true