Browse Source

ISSUE_TEMPLATE: Update issue template to include ask for HCL config files for bugs (#16307)

* Update bug_report.md
pull/16304/head
David Yu 2 years ago committed by GitHub
parent
commit
a8dc108399
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 15
      .github/ISSUE_TEMPLATE/bug_report.md

15
.github/ISSUE_TEMPLATE/bug_report.md

@ -20,11 +20,18 @@ Steps to reproduce this issue, eg:
### Consul info for both Client and Server
<!--- Please provide both `consul info` and agent HCL config for both client and servers to help us better diagnose the issue. Take careful steps to remove any sensitive information from config files that include secrets such as Gossip keys. --->
<details>
<summary>Client info</summary>
```
output from client 'consul info' command here
Output from client 'consul info' command here
```
```
Client agent HCL config
```
</details>
@ -33,7 +40,11 @@ output from client 'consul info' command here
<summary>Server info</summary>
```
output from server 'consul info' command here
Output from server 'consul info' command here
```
```
Server agent HCL config
```
</details>

Loading…
Cancel
Save