0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-07-18 21:48:04 +02:00

Compare commits

...

3 commits

Author SHA1 Message Date
Josh
3c55012f2a
Merge f13e64ba8c into 73949fe23a 2025-03-07 10:11:49 -05:00
Josh
73949fe23a
fix(templates): Fix bug in issue template config
Fix bug introduced by #2400

Signed-off-by: Josh <josh.t.richards@gmail.com>
2025-03-06 16:08:37 -05:00
Josh
f13e64ba8c
meta(templates): Establish a dedicated Enhancement idea issue option/template
Signed-off-by: Josh <josh.t.richards@gmail.com>
2025-03-01 11:12:34 -05:00
2 changed files with 17 additions and 2 deletions

View file

@ -0,0 +1,15 @@
---
name: 🚀 Suggest an enhancement
about: Suggest an idea for improving the image
labels: "enhancement, 0. Needs triage"
---
<!--
Thanks for suggesting an idea to improve the Nextcloud Docker image!
This image is maintained by volunteers so if you're able to assist with implementing your idea, please mention that (and consider submitting a PR as well).
Note: This is the issue tracker of the official Nextcloud **Docker image**, please do NOT use this to suggestion enhancements in Nextcloud Server itself.
To learn more about official images, see https://github.com/docker-library/faq
-->

View file

@ -14,9 +14,9 @@ contact_links:
- name: 🐳 Docker Forum - name: 🐳 Docker Forum
url: https://forums.docker.com/ url: https://forums.docker.com/
about: Ask a question, get assistance or start a discussion regarding Docker about: Ask a question, get assistance or start a discussion regarding Docker
- name: 🐛 Bug Report: Nextcloud Server - name: 🐛 Bug Report - Nextcloud Server
url: https://github.com/nextcloud/server/issues/new/choose url: https://github.com/nextcloud/server/issues/new/choose
about: Report a bug in Nextcloud Server about: Report a bug in Nextcloud Server
- name: Enhancement Idea: Nextcloud Server - name: Enhancement Idea - Nextcloud Server
url: https://github.com/nextcloud/server/issues/new/choose url: https://github.com/nextcloud/server/issues/new/choose
about: Suggest an enhancement idea for Nextcloud Server about: Suggest an enhancement idea for Nextcloud Server