summary refs log tree commit diff
diff options
context:
space:
mode:
authorTom Lant <lampholder@gmail.com>2017-08-17 11:14:35 +0100
committerGitHub <noreply@github.com>2017-08-17 11:14:35 +0100
commit413c2707236aa0a7e96e23eae1f760826163cc5a (patch)
treed9594e6a9ae778f677bbe6a2846fd0d1fdf9023e
parentUpdate ISSUE_TEMPLATE.md (diff)
downloadsynapse-413c2707236aa0a7e96e23eae1f760826163cc5a.tar.xz
Update ISSUE_TEMPLATE.md
Added instructions for checking server version.
-rw-r--r--ISSUE_TEMPLATE.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md

index a03285bc4e..d2050a3e44 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md
@@ -37,7 +37,11 @@ those here (please be careful to remove any personal or private data): - **Homeserver**: Was this issue identified on matrix.org or another homeserver? If not matrix.org: -- **Version**: What version of Synapse is running? +- **Version**: What version of Synapse is running? <!-- +You can find the Synapse version by inspecting the server headers (replace matrix.org with +your own homeserver domain): +$ curl -v https://matrix.org/_matrix/client/versions 2>&1 | grep "Server:" +--> - **Install method**: package manager/git clone/pip - **Platform**: Tell us about the environment in which your homeserver is operating - distro, hardware, if it's running in a vm/container, etc.