diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 90001694ed..3e9359adcf 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -21,20 +21,19 @@ Steps to reproduce this issue, eg: ### Consul info for both Client and Server -The `consul info` command provides information for us -about the agents running both as clients and servers. - -Client: - +
+ Client info ``` -[Client `consul info` here] +output from client 'consul info' command here ``` +
-Server: - +
+ Client info ``` -[Server `consul info` here] +output from server 'consul info' command here ``` +
### Operating system and Environment details @@ -45,6 +44,7 @@ about the environment. Include appropriate Client or Server log fragments. If the log is longer than a few dozen lines, please -include the URL to the [gist](https://gist.github.com/). +include the URL to the [gist](https://gist.github.com/) +of the log instead of posting it in the issue. Use `-log-level=TRACE` on the client and server to capture the maximum log detail.