1
0
Fork 0
mirror of https://github.com/xHyroM/void-packages.git synced 2024-09-19 20:13:19 +02:00
void-packages/.github/ISSUE_TEMPLATE/pkg-request.yml

54 lines
1.5 KiB
YAML
Raw Permalink Normal View History

2024-03-29 08:12:19 +01:00
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: |
2024-07-15 12:36:25 +02:00
See [CONTRIBUTING.md](https://github.com/xHyroM/void-packages/blob/main/CONTRIBUTING.md#package-requirements) for details
2024-03-29 08:12:19 +01:00
multiple: true
options:
- System
- Compiled
- Required
validations:
required: true
- id: released
type: dropdown
attributes:
label: Is the requested package released?
description: |
2024-07-15 12:36:25 +02:00
See [CONTRIBUTING.md](https://github.com/xHyroM/void-packages/blob/main/CONTRIBUTING.md#package-requirements) for details
2024-03-29 08:12:19 +01:00
options:
- "Yes"
- "No"
validations:
required: true