From 0221b8fb8511077c766d35b708eb9cb671dd8c77 Mon Sep 17 00:00:00 2001 From: "Nyx T." Date: Tue, 2 Sep 2025 09:07:53 +0000 Subject: [PATCH] Attempt an issue template --- .gitea/issue_template.yml | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) create mode 100644 .gitea/issue_template.yml diff --git a/.gitea/issue_template.yml b/.gitea/issue_template.yml new file mode 100644 index 0000000..b3e2555 --- /dev/null +++ b/.gitea/issue_template.yml @@ -0,0 +1,39 @@ +name: Bug Report +description: File a bug report. +title: "[Bug]: " +labels: ["bug", "triage"] +projects: ["octo-org/1", "octo-org/44"] +assignees: + - octocat +body: + - type: markdown + attributes: + value: | + Thanks for taking the time to fill out this bug report! + - type: textarea + id: what-happened + attributes: + label: What happened? + description: Also tell us, what did you expect to happen? + placeholder: Tell us what you see! + validations: + required: true + - type: input + id: version + attributes: + label: Version + description: What version of our software are you running? + placeholder: Latest commit + validations: + required: true + - type: input + id: platform + attributes: + label: What platform are you seeing the problem on? + placeholder: Arch Linux + - type: textarea + id: logs + attributes: + label: Relevant log output + description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks. + render: shell