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/ISSUE_TEMPLATE/config.yml | |
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/ISSUE_TEMPLATE/config.yml')
-rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 3 |
1 files changed, 3 insertions, 0 deletions
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. |