-
-
Notifications
You must be signed in to change notification settings - Fork 80
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Qualified Bug Report issue template
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|