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.2 KiB
YAML
38 lines
1.2 KiB
YAML
---
|
|
name: Request a package to be updated
|
|
description: Request an update to a package available in the Solus repository.
|
|
labels:
|
|
- "Package: Update 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 update requests](https://github.com/getsolus/packages/labels/Package%3A%20Update%20Request) to ensure there is not an existing one.
|
|
options:
|
|
- label: I have searched through package update requests
|
|
required: true
|
|
- type: input
|
|
id: name
|
|
attributes:
|
|
label: Name
|
|
description: Name of the software.
|
|
validations:
|
|
required: true
|
|
- type: input
|
|
id: version
|
|
attributes:
|
|
label: Version
|
|
description: Requested version.
|
|
- type: input
|
|
id: url
|
|
attributes:
|
|
label: Link to the release notes or announcement.
|
|
- type: textarea
|
|
id: other
|
|
attributes:
|
|
label: Reason for updating
|
|
description: |
|
|
Anything specific about this release that you need, or would benefit Solus users. This helps us prioritize updates.
|
|
validations:
|
|
required: true
|