Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 2 commits into from
Feb 17, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 13 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand Down