From 891d7803db3707d687ab2f4268c71ab11a52a4c3 Mon Sep 17 00:00:00 2001 From: Jack Pearkes Date: Thu, 10 May 2018 12:55:26 -0700 Subject: [PATCH] change the bug report tempate to use the collapsable details view --- .github/ISSUE_TEMPLATE/bug_report.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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.