update: issue template

This commit is contained in:
ngn 2024-08-11 02:12:41 +03:00
parent 7401043b85
commit aa67734a7b

View File

@ -1,26 +1,27 @@
name: Package issue
about: Report an issue for a package
about: Report an issue for a package
title: "<package name>: <issue desc>"
body:
- type: markdown
attributes:
value: |
Thanks for reporting this issue!
Thanks for reporting this issue!
- type: textarea
id: explain
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
id: repo
attributes:
label: Select a repo
description: Which repo are you using? (Check /etc/mp/cfg)
label: Select a pool
description: Which pool(s) are having this issue on? (Check /etc/matt/config.ini)
multiple: true
options:
- https://24.matterlinux.xyz/desktop
- https://next.matterlinux.xyz/desktop
- Stable server repo (mptp://stable.matterlinux.xyz/server)
- Next server repo (mptp://next.matterlinux.xyz/server)
- Other (specify in the description)
validations:
required: true
@ -30,5 +31,5 @@ body:
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
- label: I understand
required: true