mirror of
https://github.com/bitfireAT/davx5-ose.git
synced 2025-12-23 23:17:50 -05:00
21 lines
740 B
YAML
21 lines
740 B
YAML
name: Qualified Feature Request
|
|
description: "For qualified feature requests. (Use Discussions if unsure.)"
|
|
type: feature
|
|
labels: ["enhancement"]
|
|
body:
|
|
- type: checkboxes
|
|
attributes:
|
|
label: Scope
|
|
description: Use this form only for features that have been discussed in Discussions or if you're 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, …
|