You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Suggest an improvement or new functionality
3
+
labels: ["feature request"]
4
+
body:
5
+
- type: markdown
6
+
attributes:
7
+
value: |
8
+
Please check [existing issues](https://github.com/tchapi/davis/issues) and the [Davis roadmap](https://github.com/users/tchapi/projects/1) first to avoid duplicates.
9
+
10
+
- type: textarea
11
+
id: problem
12
+
attributes:
13
+
label: Problem / motivation
14
+
description: What are you trying to do, and why is it currently not possible or inconvenient?
15
+
placeholder: "e.g. I cannot do X, which forces me to..."
16
+
validations:
17
+
required: true
18
+
19
+
- type: textarea
20
+
id: solution
21
+
attributes:
22
+
label: Proposed solution
23
+
description: Describe the feature you have in mind. Be as specific as possible.
24
+
validations:
25
+
required: true
26
+
27
+
- type: textarea
28
+
id: alternatives
29
+
attributes:
30
+
label: Alternatives considered
31
+
description: Other approaches you have thought of or tried, and why they fall short.
32
+
33
+
- type: dropdown
34
+
id: area
35
+
attributes:
36
+
label: Area
37
+
options:
38
+
- CalDAV
39
+
- CardDAV
40
+
- WebDAV
41
+
- Admin dashboard
42
+
- API
43
+
- Authentication (IMAP / LDAP / internal)
44
+
- Docker / deployment
45
+
- Documentation
46
+
- Other
47
+
validations:
48
+
required: true
49
+
50
+
- type: textarea
51
+
id: additional
52
+
attributes:
53
+
label: Additional context
54
+
description: Links, screenshots, references to relevant RFCs or client behaviour, etc.
0 commit comments