mirror of
https://github.com/xHyroM/void-packages.git
synced 2024-11-10 00:48:06 +01:00
53 lines
1.5 KiB
YAML
53 lines
1.5 KiB
YAML
name: Package Request
|
|
title: "Package request: "
|
|
description: Request the addition of a package
|
|
labels: ["request"]
|
|
body:
|
|
- id: name
|
|
type: input
|
|
attributes:
|
|
label: Package name
|
|
placeholder: foobar9k
|
|
validations:
|
|
required: true
|
|
- id: homepage
|
|
type: input
|
|
attributes:
|
|
label: Package homepage
|
|
placeholder: https://example.com/foobar9k
|
|
validations:
|
|
required: true
|
|
- id: description
|
|
type: textarea
|
|
attributes:
|
|
label: Description
|
|
description: What does the package do?
|
|
placeholder: >
|
|
Foobar9k is a music player that turns your music up to 11.
|
|
It provides features X, Y, and Z, which other music players in Void don't.
|
|
validations:
|
|
required: true
|
|
- id: quality
|
|
type: dropdown
|
|
attributes:
|
|
label: Does the requested package meet the package requirements?
|
|
description: |
|
|
See [CONTRIBUTING.md](https://github.com/xHyroM/void-packages/blob/main/CONTRIBUTING.md#package-requirements) for details
|
|
multiple: true
|
|
options:
|
|
- System
|
|
- Compiled
|
|
- Required
|
|
validations:
|
|
required: true
|
|
- id: released
|
|
type: dropdown
|
|
attributes:
|
|
label: Is the requested package released?
|
|
description: |
|
|
See [CONTRIBUTING.md](https://github.com/xHyroM/void-packages/blob/main/CONTRIBUTING.md#package-requirements) for details
|
|
options:
|
|
- "Yes"
|
|
- "No"
|
|
validations:
|
|
required: true
|