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
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/Feature_request.md
+24-29Lines changed: 24 additions & 29 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,48 +3,43 @@ name: 🚀 Feature request
3
3
about: Suggest an idea for this project
4
4
labels: enhancement, 0. Needs triage
5
5
type: "Enhancement"
6
-
7
6
---
8
7
9
8
<!--
10
-
Thanks for reporting issues back to Nextcloud!
11
-
12
-
Note: This is the **issue tracker of Nextcloud**, please do NOT use this to get answers to your questions or get help for fixing your installation. This is a place to report bugs to developers, after your server has been debugged. You can find help debugging your system on our home user forums: https://help.nextcloud.com or, if you use Nextcloud in a large organization, ask our engineers on https://portal.nextcloud.com. See also https://nextcloud.com/support for support options.
13
-
14
-
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.
15
-
16
-
Guidelines for submitting issues:
17
-
18
-
* Please search the existing issues first, it's likely that your issue was already reported or even fixed.
19
-
- Go to https://github.com/nextcloud and type any word in the top search/command bar. You probably see something like "We couldn’t find any repositories matching ..." then click "Issues" in the left navigation.
20
-
- You can also filter by appending e. g. "state:open" to the search string.
21
-
- More info on search syntax within github: https://help.github.com/articles/searching-issues
22
-
23
-
* This repository https://github.com/nextcloud/server/issues is *only* for issues within the Nextcloud Server code. This also includes the apps: files, encryption, external storage, sharing, deleted files, versions, LDAP, and WebDAV Auth
24
-
25
-
* SECURITY: Report any potential security bug to us via our HackerOne page (https://hackerone.com/nextcloud) following our security policy (https://nextcloud.com/security/) instead of filing an issue in our bug tracker.
26
-
27
-
* The issues in other components should be reported in their respective repositories: You will find them in our GitHub Organization (https://github.com/nextcloud/)
9
+
Have a security concern? Please report potential security issues via our HackerOne program (https://hackerone.com/nextcloud) instead of filing a public GitHub issue. See our security policy: https://nextcloud.com/security/
28
10
-->
29
11
12
+
<!--
13
+
Thanks for taking the time to suggest improvements to Nextcloud! Use this form to request features or propose enhancements.
30
14
31
-
<!--- Please keep this note for other contributors -->
32
-
33
-
### How to use GitHub
15
+
Guidelines:
34
16
35
-
* Please use the 👍 [reaction](https://blog.github.com/2016-03-10-add-reactions-to-pull-requests-issues-and-comments/) to show that you are interested into the same feature.
36
-
* Please don't comment if you have no relevant information to add. It's just extra noise for everyone subscribed to this issue.
37
-
* Subscribe to receive notifications on status change and new comments.
17
+
* Please search existing issues first; your idea may already have been discussed or implemented.
18
+
* This repository (https://github.com/nextcloud/server/issues) is only for issues within the Nextcloud Server code. This includes shipped apps such as Files, DAV, Encryption, External Storage, Sharing, Deleted Files, Versions, Federation, and LDAP.
19
+
* Issues for other components should be reported in their respective repositories in the Nextcloud GitHub organization: https://github.com/nextcloud/
20
+
* Nextcloud is an open source project backed by Nextcloud GmbH. Many contributors are volunteers and primarily focus on issues affecting home users. Paid engineers prioritize customer-reported issues and critical defects.
21
+
* This is the development issue tracker. Please do NOT use it for support questions or help diagnosing your installation.
22
+
- For community/user help: https://help.nextcloud.com
23
+
- For professional / large deployment support options: https://nextcloud.com/support
24
+
-->
38
25
26
+
<!-- Please keep the note below for other contributors -->
27
+
> [!TIP]
28
+
> ### Help move this idea forward
29
+
> * Use the 👍 reaction to show support for this feature.
30
+
> * Avoid commenting unless you have relevant information to add; unnecessary comments create noise for subscribers.
31
+
> * Subscribe to receive notifications about status changes and new comments.
32
+
---
33
+
<!-- DO NOT EDIT ABOVE THIS LINE -->
39
34
40
35
**Is your feature request related to a problem? Please describe.**
41
-
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
36
+
<!-- Provide a clear and concise description of the problem. For example: “I'm always frustrated when …” -->
42
37
43
38
**Describe the solution you'd like**
44
-
A clear and concise description of what you want to happen.
39
+
<!-- Provide a clear and concise description of what you want to happen.-->
45
40
46
41
**Describe alternatives you've considered**
47
-
A clear and concise description of any alternative solutions or features you've considered.
42
+
<!-- Provide a clear and concise description of any alternative solutions or features you've considered.-->
48
43
49
44
**Additional context**
50
-
Add any other context or screenshots about the feature request here.
45
+
<!--Add any other context or screenshots related to the feature request here.-->
0 commit comments