diff options
author | Tom Lant <lampholder@gmail.com> | 2017-08-17 11:14:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-08-17 11:14:35 +0100 |
commit | 413c2707236aa0a7e96e23eae1f760826163cc5a (patch) | |
tree | d9594e6a9ae778f677bbe6a2846fd0d1fdf9023e /ISSUE_TEMPLATE.md | |
parent | Update ISSUE_TEMPLATE.md (diff) | |
download | synapse-413c2707236aa0a7e96e23eae1f760826163cc5a.tar.xz |
Update ISSUE_TEMPLATE.md
Added instructions for checking server version.
Diffstat (limited to '')
-rw-r--r-- | ISSUE_TEMPLATE.md | 6 |
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. |