fix: fix issue template

This commit is contained in:
kurokobo 2021-08-30 12:19:11 -04:00
parent 7f9bb3b237
commit 45d5004f1e

View file

@ -9,10 +9,21 @@ assignees: ''
## Environment ## Environment
<!-- K3s version can be checked by `k3s --version` command. --> <!-- K3s version can be checked by `k3s --version` command. -->
- OS: HOGE X.Y
- OS: CentOS X.Y, RHEL X.Y, Ubuntu X.Y, Debian X.Y, ...
- Kubernetes/K3s: X.Y.Z - Kubernetes/K3s: X.Y.Z
- AWX Operator: X.Y.Z - AWX Operator: X.Y.Z
## Description ## Description
<!-- Describe the problem here. --> <!-- Describe the problem here. -->
<!-- It would be helpful if you could paste the logs and/or command output. --> <!-- It would be helpful if you could paste the logs and/or command output. -->
Blah blah blah ...
## Step to Reproduce
<!-- Describe the steps to reproduce the problem or the operation you performed. -->
1. Deploy ...
2. Invoke `kubectl ...`
3. ...
4. ...