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