mirror of
https://github.com/Expand-sys/awx-on-k3s
synced 2025-12-16 14:02:15 +11:00
add: add issue template
This commit is contained in:
parent
2ee16273a9
commit
a5d1819cb6
1 changed files with 18 additions and 0 deletions
18
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
18
.github/ISSUE_TEMPLATE/bug_report.md
vendored
Normal file
|
|
@ -0,0 +1,18 @@
|
||||||
|
---
|
||||||
|
name: 🐞 Bug Report
|
||||||
|
about: Create a report to help us improve
|
||||||
|
title: ''
|
||||||
|
labels: ''
|
||||||
|
assignees: ''
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
## Environment
|
||||||
|
<!-- K3s version can be checked by `k3s --version` command. -->
|
||||||
|
- OS: HOGE X.Y
|
||||||
|
- Kubernetes/K3s: X.Y.Z
|
||||||
|
- AWX Operator: X.Y.Z
|
||||||
|
|
||||||
|
## Description
|
||||||
|
<!-- Describe the problem here. -->
|
||||||
|
<!-- It would be helpful if you could paste the logs and/or command output. -->
|
||||||
Loading…
Reference in a new issue