From 686d9935e25c50034b479db06bed0b39b866ec29 Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Fri, 17 Jan 2025 11:32:22 +0900 Subject: [PATCH] Mentions mash-playbook on feature_request.md and faq.md Make one of the list items compact for the new item about mash-playbook Signed-off-by: Suguru Hirahara --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 4 +++- docs/faq.md | 8 ++++++++ 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index c20d7abf698..fff72141074 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -11,7 +11,7 @@ assignees: '' A clear and concise description of what the bug is. **To Reproduce** diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 1c50f614570..5746ab313b3 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -13,7 +13,9 @@ A clear and concise description of what the problem is. Ex. I'm always frustrate diff --git a/docs/faq.md b/docs/faq.md index b11a8d0b7f9..51e093fc75e 100644 --- a/docs/faq.md +++ b/docs/faq.md @@ -484,3 +484,11 @@ SSL certificates are managed automatically by the [Traefik](https://doc.traefik. If you're having trouble with SSL certificate renewal, check the Traefik logs (`journalctl -fu matrix-traefik`). If you're [using your own webserver](configuring-playbook-own-webserver.md) instead of the integrated one (Traefik), you should investigate in another way. + +## Miscellaneous + +### I would like to see this favorite service of mine integrated and become available on my Matrix server. How can I request it? + +You can freely create an issue for feature request on the repository at GitHub [here](https://github.com/spantaleev/matrix-docker-ansible-deploy/issues/new). Note this is a community project with no financial backing, and there is not assurance that your request would be eventually picked up by others and the requested feature would become available. The easiest way to get a feature into this project is to just develop it yourself. + +Also, please note that this playbook intends to focus solely on Matrix and Matrix-related services. If your request is not specific to Matrix, you may as well to consider to submit it to the [mash-playbook](https://github.com/mother-of-all-self-hosting/mash-playbook), maintained by the members behind this matrix-docker-ansible-deploy project. [This document on the interoperability](https://github.com/mother-of-all-self-hosting/mash-playbook/blob/main/docs/interoperability.md) describes how to deploy services along with the Matrix services easily.