summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgreta <gretadoci@gmail.com>2022-02-11 16:27:56 +0100
committergreta <gretadoci@gmail.com>2022-02-16 14:51:01 +0100
commit0c7121c582aa9738c92671bb422129dff4a306cc (patch)
tree23279442dfaec4127d915d0065a27c6b4936a905
parenta3ce7bc18465d3c8c0d13069fa5316283fff872a (diff)
Add feature request form
Signed-off-by: greta <gretadoci@gmail.com>
-rw-r--r--.github/ISSUE_TEMPLATE/feature_request_form.yml46
1 files changed, 46 insertions, 0 deletions
diff --git a/.github/ISSUE_TEMPLATE/feature_request_form.yml b/.github/ISSUE_TEMPLATE/feature_request_form.yml
new file mode 100644
index 00000000..79cdcd03
--- /dev/null
+++ b/.github/ISSUE_TEMPLATE/feature_request_form.yml
@@ -0,0 +1,46 @@
+name: "Feature request"
+description: "Suggest an idea for this project"
+labels: ["enhancement", "0. Needs triage"]
+body:
+ - type: markdown
+ attributes:
+ value: |
+ ### đź‘ŤThanks for reporting issues back to Nextcloud!
+ This is the issue tracker of Nextcloud, if you have any support question please check out https://nextcloud.com/support
+
+ To make it possible for us to help you please fill out below information carefully.
+ You can also use the Issue Template application to prefill most of the required information: https://apps.nextcloud.com/apps/issuetemplate
+
+ âš  Please report only issues corresponding to the contacts app for Nextcloud âš 
+
+ Migration and CardDAV issues belong in the server repo!
+ https://github.com/nextcloud/server/issues
+
+ If you have any questions, head over to https://help.nextcloud.com/c/apps/contacts
+
+ 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.
+ - type: textarea
+ id: description-circle
+ attributes:
+ label: Is your feature request related to a problem? Please describe.
+ description: |
+ A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
+ - type: textarea
+ id: description-solution
+ attributes:
+ label: Describe the solution you'd like
+ description: |
+ A clear and concise description of what you want to happen.
+ - type: textarea
+ id: description-alternatives
+ attributes:
+ label: Describe alternatives you've considered
+ description: |
+ A clear and concise description of any alternative solutions or features you've considered.
+
+ - type: textarea
+ id: additional-context
+ attributes:
+ label: Additional context
+ description: |
+ Add any other context or screenshots about the feature request here.