Skip to content

Commit 86ab9d7

Browse files
meta(templates): Re-order "Create new issue" links (#2400)
Re-order and add additional links to highlight: - where to ask a question (forum) - documentation resources - upstream (server) bug reporting and enhancement ideas Some rewording as well. Signed-off-by: Josh <josh.t.richards@gmail.com>
1 parent 5be2a02 commit 86ab9d7

1 file changed

Lines changed: 20 additions & 8 deletions

File tree

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 20 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,22 @@
11
contact_links:
2-
- name: 🐛 Nextcloud issue
3-
url: https://github.com/nextcloud/server/issues/new/choose
4-
about: Bug reports and feature requests for Nextcloud
5-
- name: 🐳 Docker Support and Help
6-
url: https://forums.docker.com/
7-
about: Configuration, installation, networking and other questions
8-
- name: ❓ Nextcloud Support and Help
2+
- name: ❓ Ask a question
93
url: https://help.nextcloud.com/
10-
about: Configuration, webserver/proxy or performance issues and other questions
4+
about: Ask a question, get assistance or start a discussion regarding Nextcloud and/or this image
5+
- name: Documentation - Nextcloud Server
6+
url: https://docs.nextcloud.com/
7+
about: Official documentation for Nextcloud Server
8+
- name: Documentation - Nextcloud Docker Image
9+
url: https://github.com/nextcloud/docker/blob/master/README.md
10+
about: Official documentation for this image
11+
- name: 🐳 Documentation - Docker
12+
url: https://docs.docker.com/
13+
about: Official documentation for Docker (installing, configuring, troubleshooting)
14+
- name: 🐳 Docker Forum
15+
url: https://forums.docker.com/
16+
about: Ask a question, get assistance or start a discussion regarding Docker
17+
- name: 🐛 Bug Report: Nextcloud Server
18+
url: https://github.com/nextcloud/server/issues/new/choose
19+
about: Report a bug in Nextcloud Server
20+
- name: Enhancement Idea: Nextcloud Server
21+
url: https://github.com/nextcloud/server/issues/new/choose
22+
about: Suggest an enhancement idea for Nextcloud Server

0 commit comments

Comments
 (0)