From 58827465d34ea978cc851e11c84b057b4654bfbf Mon Sep 17 00:00:00 2001 From: ngn Date: Sat, 20 Jul 2024 22:59:15 +0300 Subject: [PATCH] new: add gitea issue template --- .gitea/issue_template.yaml | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 .gitea/issue_template.yaml diff --git a/.gitea/issue_template.yaml b/.gitea/issue_template.yaml new file mode 100644 index 0000000..349ba9a --- /dev/null +++ b/.gitea/issue_template.yaml @@ -0,0 +1,34 @@ +name: Package issue +about: Report an issue for a package +title: ": " +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/matt/config.ini) + options: + - Stable base repo (mptp://stable.matterlinux.xyz/base) + - Next base repo (mptp://next.matterlinux.xyz/base) + - 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