From a958fb037666984b9ac505332248daabe5b734ad Mon Sep 17 00:00:00 2001 From: David Yu Date: Fri, 17 Feb 2023 10:13:43 -0800 Subject: [PATCH] ISSUE_TEMPLATE: Update issue template to include ask for HCL config files for bugs (#16307) * Update bug_report.md --- .github/ISSUE_TEMPLATE/bug_report.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index c269a70a4..71813a021 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -20,11 +20,18 @@ Steps to reproduce this issue, eg: ### Consul info for both Client and Server + + +
Client info ``` -output from client 'consul info' command here +Output from client 'consul info' command here +``` + +``` +Client agent HCL config ```
@@ -33,7 +40,11 @@ output from client 'consul info' command here Server info ``` -output from server 'consul info' command here +Output from server 'consul info' command here +``` + +``` +Server agent HCL config ```