Files
pacdef_rust/.github/ISSUE_TEMPLATE/2-backend.yaml
T

36 lines
962 B
YAML

name: Package manager request
description: Request support for an additional package manager / backend
title: "[Backend request]: "
labels: ["backend request", "triage"]
body:
- type: input
id: backend
attributes:
label: What's the name of the package manager pacdef should support?
validations:
required: true
- type: input
id: ecosystem
attributes:
label: What operating system or software ecosystem does it relate to?
validations:
required: true
- type: checkboxes
id: implement
attributes:
label: Would you be willing to implement this? We would support you through this process.
description: Tick the box if so.
options:
- label: Yes, I would like to implement this.
- type: textarea
id: information
attributes:
label: Additional information
description: Any additional information that may be relevant.
validations:
required: false