Add markdown code block to bug report GH issue template

This commit is contained in:
Peter Rifel 2020-08-06 10:04:25 -05:00
parent d61ab29b65
commit 3971708a4c
No known key found for this signature in database
GPG Key ID: 30DB43602027D941
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,6 @@
---
name: Bug report
about: Create a report to help us improve
---
**1. What `kops` version are you running? The command `kops version`, will display
@ -23,6 +22,9 @@ about: Create a report to help us improve
`kops get --name my.example.com -o yaml` to display your cluster manifest.
You may want to remove your cluster name and other sensitive information.**
```yaml
```
**8. Please run the commands with most verbose logging by adding the `-v 10` flag.
Paste the logs into this report, or in a gist and provide the gist link here.**