diff options
author | acsfer <carlos@reendex.com> | 2021-04-22 13:13:06 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-22 13:13:06 +0200 |
commit | 9f56646694a3580c8f7bb29d1ca798e53d9a084e (patch) | |
tree | afcc67c870e20e410b673ed7302a15f61caeeeea /.github/ISSUE_TEMPLATE | |
parent | 634b6b8b57800bf9999f039a3d3282ba3321d2e4 (diff) | |
download | nextcloud-server-9f56646694a3580c8f7bb29d1ca798e53d9a084e.tar.gz nextcloud-server-9f56646694a3580c8f7bb29d1ca798e53d9a084e.zip |
Redirect users to forum for questions
Be more specific so more users will go directly to the forum instead using Github for non-bug reports.
Diffstat (limited to '.github/ISSUE_TEMPLATE')
-rw-r--r-- | .github/ISSUE_TEMPLATE/config.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 4637ac6adeb..cb3201fb8fa 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,8 +1,8 @@ blank_issues_enabled: false contact_links: - - name: ❓ Question + - name: ❓ Community Support and Help url: https://help.nextcloud.com/ - about: I have a question … + about: Configuration , webserver/proxy and performance issues and other questions - 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 Portal so it can be resolved by our dedicated engineers more quickly. + about: If you are a Nextcloud Enterprise customer, or need Professional support, so it can be resolved directly by our dedicated engineers more quickly |