From a8dc1083993588fb32b5fbf7ad0470a233907a9c 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 c269a70a45..71813a0216 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 ```