base/.gitea/issue_template.yaml

28 lines
806 B
YAML
Raw Permalink Normal View History

2024-07-20 19:59:15 +00:00
name: Package issue
about: Report an issue for a package
title: "[<package name>]: <issue desc>"
2024-07-20 19:59:15 +00:00
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
2024-07-20 19:59:15 +00:00
options:
- Stable base repo (mptp://stable.matterlinux.xyz/base)
- Next base repo (mptp://next.matterlinux.xyz/base)
- Other (specify in the description)
validations:
required: true