desktop/.gitea/issue_template.yaml
2024-10-17 17:04:13 +00:00

28 lines
818 B
YAML

name: Package issue
about: Report an issue for a package
title: "[<package name>]: <issue desc>"
body:
- type: markdown
attributes:
value: |
Thanks for reporting this issue!
- type: textarea
id: explain
attributes:
label: Explain the issue
description: Please explain the issue you are having with the package in detail
validations:
required: true
- type: dropdown
id: repo
attributes:
label: Select a pool
description: Which pool(s) are having this issue on? (Check /etc/matt/config.ini)
multiple: true
options:
- Stable desktop repo (mptp://stable.matterlinux.xyz/desktop)
- Next desktop repo (mptp://next.matterlinux.xyz/desktop)
- Other (specify in the description)
validations:
required: true