From 45d5004f1e8f74690c4f66b5794262de7881a6d8 Mon Sep 17 00:00:00 2001 From: kurokobo <2920259+kurokobo@users.noreply.github.com> Date: Mon, 30 Aug 2021 12:19:11 -0400 Subject: [PATCH] fix: fix issue template --- .github/ISSUE_TEMPLATE/bug_report.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 992579c..8c52deb 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -9,10 +9,21 @@ assignees: '' ## Environment -- OS: HOGE X.Y + +- OS: CentOS X.Y, RHEL X.Y, Ubuntu X.Y, Debian X.Y, ... - Kubernetes/K3s: X.Y.Z - AWX Operator: X.Y.Z ## Description + +Blah blah blah ... + +## Step to Reproduce + + +1. Deploy ... +2. Invoke `kubectl ...` +3. ... +4. ...