diff options
author | Joas Schilling <coding@schilljs.com> | 2020-03-12 09:23:58 +0100 |
---|---|---|
committer | Joas Schilling <coding@schilljs.com> | 2020-03-12 09:24:24 +0100 |
commit | 190eabf22020ea3392975c3a325073c4780b6457 (patch) | |
tree | e47dda547bcad16ed9b53d03067ea09df5d58df9 /.github | |
parent | feb642d532d81fd2f93ca56bc20bbfed32ac7f7a (diff) | |
download | nextcloud-server-190eabf22020ea3392975c3a325073c4780b6457.tar.gz nextcloud-server-190eabf22020ea3392975c3a325073c4780b6457.zip |
Add a link to the portal directly
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/Bug_report.md | 4 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md index afa26de4277..899dbf85343 100644 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -9,12 +9,8 @@ Thanks for reporting issues back to Nextcloud! 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. -If you are a customer and are using Nextcloud Enterprise, please submit your issue directly in the Nextcloud Portal https://portal.nextcloud.com so it gets resolved more quickly by our dedicated engineers. - 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. ---> -<!--- Guidelines for submitting issues: * Please search the existing issues first, it's likely that your issue was already reported or even fixed. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 60a2ef698ef..71dd8b0b0d6 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -3,3 +3,6 @@ contact_links: - name: ❓ Question url: https://help.nextcloud.com/ about: I have a question … + - name: 💼 Nextcloud Enterprise + url: https://portal.nextcloud.com/ + about: If you are a customer and are using Nextcloud Enterprise, please submit your issue directly in the Nextcloud Portalm so it can be resolved by our dedicated engineers more quickly. |