server/.gitea/issue_template.yaml
2024-08-11 02:10:37 +03:00

35 lines
1010 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 repo
description: Which repo are you using? (Check /etc/mp/cfg)
options:
- https://24.matterlinux.xyz/desktop
- https://next.matterlinux.xyz/desktop
- 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:
- label: I understand
required: true