From 88d5446987ca594c4e751dff03a62dcb56a150d2 Mon Sep 17 00:00:00 2001 From: timedout Date: Wed, 19 Aug 2026 19:07:11 +0100 Subject: [PATCH] feat(meta): Add issue template --- .forgejo/issue_template/bug_report.yaml | 44 +++++++++++++++++++++++++ .forgejo/issue_template/config.yaml | 5 +++ 2 files changed, 49 insertions(+) create mode 100644 .forgejo/issue_template/bug_report.yaml create mode 100644 .forgejo/issue_template/config.yaml diff --git a/.forgejo/issue_template/bug_report.yaml b/.forgejo/issue_template/bug_report.yaml new file mode 100644 index 000000000..e24edfef7 --- /dev/null +++ b/.forgejo/issue_template/bug_report.yaml @@ -0,0 +1,44 @@ +name: Bug Report +about: Report a bug or some other undesirable behaviour +title: 'bug: ' +ref: 'main' +labels: + - bug + - 'Status/Needs Investigation' +body: + - type: markdown + attributes: + value: | + **Please ask for help in #main:continuwuity.org to ensure that what you are experiencing is actually a bug.** + **Do not report security or security-aligned issues here. See /SECURITY.md for that.** + + Note that issue descriptions generated in part or in whole by AI tools will be closed without review. + Please instead describe the problem you are having to the best of your own ability. + - type: textarea + attributes: + label: What is the bug? + description: Provide a detailed description of the issue you are experiencing. + placeholder: | + Continuwuity does not do xyz, which causes abc to happen. I expected it to do this, but instead it did that. + required: true + - type: textarea + attributes: + label: Steps to reproduce + description: Provide a step-by-step description of how to reproduce the issue. + placeholder: | + 1. Do this + 2. Then do that + 3. Finally, observe the issue + required: true + - type: input + attributes: + label: Server name and version + description: | + What server did this happen on (e.g: continuwuity.org) and what Continuwuity version is running (e.g: v26.7.3)? + placeholder: | + continuwuity.example 26.8.0-alpha.1 (47eb39843) + required: true + - type: textarea + attributes: + label: Additional context + description: Anything else you think might be relevant to the issue \ No newline at end of file diff --git a/.forgejo/issue_template/config.yaml b/.forgejo/issue_template/config.yaml new file mode 100644 index 000000000..13d9424df --- /dev/null +++ b/.forgejo/issue_template/config.yaml @@ -0,0 +1,5 @@ +blank_issues_enabled: true +contact_links: + - name: Matrix room + url: https://matrix.to/#/#continuwuity:continuwuity.org + about: Open a web portal to join our support room \ No newline at end of file