diff --git a/.gitea/issue_template.yaml b/.gitea/issue_template.yaml index 3169878..d8a41ef 100644 --- a/.gitea/issue_template.yaml +++ b/.gitea/issue_template.yaml @@ -1,26 +1,27 @@ name: Package issue -about: Report an issue for a package +about: Report an issue for a package title: ": " 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