-
-
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.
- Loading branch information
Showing
2 changed files
with
57 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,38 @@ | ||
name: Qualified Bug Report | ||
description: "[Developers only] For qualified bug reports. (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: input | ||
attributes: | ||
label: Android version and device/firmware type | ||
placeholder: "Android 13 (Samsung A32)" | ||
- type: textarea | ||
attributes: | ||
label: Steps to reproduce | ||
description: Provide detailed steps to reproduce the problem. | ||
placeholder: | | ||
1. Create DAVx⁵ account with Some Server (Version). | ||
2. Sync Some Calendar. | ||
3. SomeException appears. | ||
- type: textarea | ||
attributes: | ||
label: Expected result | ||
description: Describe what you would expect DAVx⁵ to avoid/solve the problem. | ||
placeholder: "Some Property in source file should be ignored even if faulty and sync should continue instead of showing an error." | ||
- type: textarea | ||
attributes: | ||
label: Further info | ||
description: Debug info, links to further information, … |
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,19 @@ | ||
name: Qualified Feature Request | ||
description: "[Developers only] For qualified feature requests. (Use Discussions if unsure.)" | ||
labels: ["feature"] | ||
body: | ||
- type: checkboxes | ||
attributes: | ||
label: Scope | ||
description: The feature has been discussed in Discussions or I'm a DAVx5 developer. | ||
options: | ||
- label: I'm sure that this feature request belongs here and not into Discussions. | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Description | ||
description: Describe the requested feature and why it is desired. | ||
- type: textarea | ||
attributes: | ||
label: Further info | ||
description: How this could be implemented, links to further information, … |