server/.gitea/issue_template.yaml

36 lines
1.1 KiB
YAML
Raw Normal View History

2024-08-10 23:10:37 +00:00
name: Package issue
2024-08-10 23:12:41 +00:00
about: Report an issue for a package
2024-08-10 23:10:37 +00:00
title: "<package name>: <issue desc>"
body:
- type: markdown
attributes:
value: |
2024-08-10 23:12:41 +00:00
Thanks for reporting this issue!
2024-08-10 23:10:37 +00:00
- type: textarea
2024-08-10 23:12:41 +00:00
id: explain
2024-08-10 23:10:37 +00:00
attributes:
label: Explain the issue
description: Please explain the issue you are having with the package in detail
validations:
required: true
- type: dropdown
2024-08-10 23:12:41 +00:00
id: repo
2024-08-10 23:10:37 +00:00
attributes:
2024-08-10 23:12:41 +00:00
label: Select a pool
description: Which pool(s) are having this issue on? (Check /etc/matt/config.ini)
multiple: true
2024-08-10 23:10:37 +00:00
options:
2024-08-10 23:12:41 +00:00
- Stable server repo (mptp://stable.matterlinux.xyz/server)
- Next server repo (mptp://next.matterlinux.xyz/server)
2024-08-10 23:10:37 +00:00
- Other (specify in the description)
validations:
required: true
- type: checkboxes
id: terms
attributes:
label: Code of conduct
description: By submitting this issue, you agree to follow our [Code of Conduct](https://matterlinux.xyz/wiki/conduct)
options:
2024-08-10 23:12:41 +00:00
- label: I understand
2024-08-10 23:10:37 +00:00
required: true