Skip to content

Commit 0c7121c

Browse files
committed
Add feature request form
Signed-off-by: greta <[email protected]>
1 parent a3ce7bc commit 0c7121c

File tree

1 file changed

+46
-0
lines changed

1 file changed

+46
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
name: "Feature request"
2+
description: "Suggest an idea for this project"
3+
labels: ["enhancement", "0. Needs triage"]
4+
body:
5+
- type: markdown
6+
attributes:
7+
value: |
8+
### 👍Thanks for reporting issues back to Nextcloud!
9+
This is the issue tracker of Nextcloud, if you have any support question please check out https://nextcloud.com/support
10+
11+
To make it possible for us to help you please fill out below information carefully.
12+
You can also use the Issue Template application to prefill most of the required information: https://apps.nextcloud.com/apps/issuetemplate
13+
14+
⚠ Please report only issues corresponding to the contacts app for Nextcloud ⚠
15+
16+
Migration and CardDAV issues belong in the server repo!
17+
https://github.com/nextcloud/server/issues
18+
19+
If you have any questions, head over to https://help.nextcloud.com/c/apps/contacts
20+
21+
Note that Nextcloud is an open source project backed by Nextcloud GmbH. Most of our volunteers are home users and thus primarily care about issues that affect home users. Our paid engineers prioritize issues of our customers. If you are neither a home user nor a customer, consider paying somebody to fix your issue, do it yourself or become a customer.
22+
- type: textarea
23+
id: description-circle
24+
attributes:
25+
label: Is your feature request related to a problem? Please describe.
26+
description: |
27+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
28+
- type: textarea
29+
id: description-solution
30+
attributes:
31+
label: Describe the solution you'd like
32+
description: |
33+
A clear and concise description of what you want to happen.
34+
- type: textarea
35+
id: description-alternatives
36+
attributes:
37+
label: Describe alternatives you've considered
38+
description: |
39+
A clear and concise description of any alternative solutions or features you've considered.
40+
41+
- type: textarea
42+
id: additional-context
43+
attributes:
44+
label: Additional context
45+
description: |
46+
Add any other context or screenshots about the feature request here.

0 commit comments

Comments
 (0)