mirror of
https://github.com/getsolus/packages.git
synced 2025-04-25 20:30:37 +03:00

**Summary** - Implement new labels ("Package: Addition Request"; "Package: Removal Request"; "Package: Update Request") - Unify style - Unify wording - Fix typo
38 lines
1.4 KiB
YAML
38 lines
1.4 KiB
YAML
---
|
|
name: Request a package to be removed
|
|
description: Request a package to be removed from the Solus repository. The software may be unmaintained, replaced by another project, deprecated, or should be removed for some other reason.
|
|
labels:
|
|
- "Package: Removal Request"
|
|
body:
|
|
- type: checkboxes
|
|
id: search
|
|
attributes:
|
|
label: Please confirm there isn't an open request for this package
|
|
description: Before opening a new issue, please search [open package removal requests](https://github.com/getsolus/packages/issues?q=sort%3Aupdated-desc+is%3Aopen+label%3A%22Package%3A+Removal+Request%22) to ensure there is not an existing one.
|
|
options:
|
|
- label: I have searched through package removal requests
|
|
required: true
|
|
- type: input
|
|
id: name
|
|
attributes:
|
|
label: Name
|
|
description: Name of the package.
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: last_update_date
|
|
attributes:
|
|
label: Last Update Date
|
|
description: Date the software 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 removal
|
|
description: |
|
|
Anything specific about this removal. This helps us prioritize issues.
|
|
validations:
|
|
required: true
|