Add a Github issue template

This commit is contained in:
Sean Chittenden 2016-04-28 16:57:31 -07:00
parent 235a577385
commit f80db919cc
1 changed files with 33 additions and 0 deletions

33
ISSUE_TEMPLATE.md Normal file
View File

@ -0,0 +1,33 @@
If you have a question, please direct it to the
[consul mailing list](https://www.consul.io/community.html) if it hasn't been
addressed in either the [FAQ](https://www.consul.io/docs/faq.html) or in one
of the [Consul Guides](https://www.consul.io/docs/guides/index.html).
When filing a bug, please include the following:
### `consul version` for both Client and Server
Client: `[client version here]`
Server: `[server version here]`
### `consul info` for both Client and Server
Client:
```
[Client `consul info` here]
```
Server:
```
[Server `consul info` here]
```
### Operating system and Environment details
### Description of the Issue (and unexpected/desired result)
### Reproduction steps
### Consul Server logs (if appropriate)
### Consul Client logs (if appropriate)
TIP: Use `-log-level=TRACE` on the client and server to capture the maximum log detail.