Skip to content

Commit

Permalink
Add Qualified Bug Report issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
rfc2822 committed May 2, 2024
1 parent 9c6c95a commit 1ae5eb5
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/ISSUE_TEMPLATE/qualified-bug.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 1ae5eb5

Please sign in to comment.