From 1db5f76024ba23bf29ac4aea5a4889e57b90ef4d Mon Sep 17 00:00:00 2001 From: Suguru Hirahara Date: Sun, 26 Jan 2025 16:35:06 +0900 Subject: [PATCH] Replace double hyphens with "Em Dash" unicode character (U+2014) Signed-off-by: Suguru Hirahara --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/i-need-help.md | 2 +- CHANGELOG.md | 4 ++-- docs/configuring-playbook-own-webserver.md | 2 +- docs/configuring-playbook-riot-web.md | 2 +- docs/configuring-well-known.md | 8 ++++---- docs/faq.md | 2 +- group_vars/matrix_servers | 2 +- .../matrix-client-schildichat/tasks/setup_install.yml | 2 +- .../conf.d/matrix-synapse-reverse-proxy-companion.conf.j2 | 6 +++--- roles/custom/matrix-synapse/defaults/main.yml | 2 +- 11 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index fff721410..985806d5b 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -34,7 +34,7 @@ A clear and concise description of what you expected to happen. **Ansible:** If your problem appears to be with Ansible, tell us: -- where you run Ansible -- e.g. on the Matrix server itself; on another computer (which OS? distro? standard installation or containerized Ansible?) +- where you run Ansible — e.g. on the Matrix server itself; on another computer (which OS? distro? standard installation or containerized Ansible?) - what version of Ansible you're running (see `ansible --version`)