From 1ae5eb56e18fdced621fea68c8e6d481a2262e3e Mon Sep 17 00:00:00 2001 From: Ricki Hirner Date: Thu, 2 May 2024 13:29:17 +0200 Subject: [PATCH] Add Qualified Bug Report issue template --- .github/ISSUE_TEMPLATE/qualified-bug.yml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/qualified-bug.yml diff --git a/.github/ISSUE_TEMPLATE/qualified-bug.yml b/.github/ISSUE_TEMPLATE/qualified-bug.yml new file mode 100644 index 000000000..d3d1e0ea9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/qualified-bug.yml @@ -0,0 +1,24 @@ +name: Qualified Bug Report +description: "[Developers] For qualified bug reports only. (Use Discussions if unsure.)" +labels: ["bug"] +body: + - type: checkboxes + attributes: + label: Problem scope + description: Use Discussions if you're unsure which component (DAVx⁵, calendar app, server, …) causes your problem. + options: + - label: I'm sure that this is a DAVx⁵ problem. + required: true + - type: checkboxes + attributes: + label: App version + options: + - label: I'm using the latest available DAVx⁵ version. + required: true + - type: textarea + label: Summary + description: A short summary of the problem. + placeholder: SomeException during sync under this specific condition + validations: + required: true +