github.com/criteo-forks/consul@v1.4.5-criteonogrpc/.github/ISSUE_TEMPLATE/bug_report.md (about) 1 --- 2 name: Bug Report 3 about: You're experiencing an issue with Consul that is different than the documented behavior. 4 5 --- 6 7 When filing a bug, please include the following headings if possible. Any example text in this template can be deleted. 8 9 #### Overview of the Issue 10 11 A paragraph or two about the issue you're experiencing. 12 13 #### Reproduction Steps 14 15 Steps to reproduce this issue, eg: 16 17 1. Create a cluster with n client nodes n and n server nodes 18 1. Run `curl ...` 19 1. View error 20 21 ### Consul info for both Client and Server 22 23 <details> 24 <summary>Client info</summary> 25 26 ``` 27 output from client 'consul info' command here 28 ``` 29 30 </details> 31 32 <details> 33 <summary>Server info</summary> 34 35 ``` 36 output from server 'consul info' command here 37 ``` 38 39 </details> 40 41 ### Operating system and Environment details 42 43 OS, Architecture, and any other information you can provide about the environment. 44 45 ### Log Fragments 46 47 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/) 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.