Added Bug and Feature Request templates

Change-Id: I1b6b1ce6c76c54b65cf323f35212ad5a4f8ec971
This commit is contained in:
Rodolfo Pacheco 2021-03-03 12:18:37 -05:00 committed by Sreejith Punnapuzha
parent 53d60b135f
commit 851c4ca186
2 changed files with 44 additions and 0 deletions

26
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@ -0,0 +1,26 @@
---
name: Bug report
about: Report a bug or unexpected host config operator behavior
title: ''
labels: bug, triage
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
If know use the appropriate labels to differentiate between , problem is related to the operator, or is a failure of an ansible task to succeed.
**Steps To Reproduce**
Minimal steps to reproduce the issue.
**Expected behavior**
A clear and concise description of what you expected to happen.
**Environment**
- airshipctl Version:
- Operating System:
- Kernel version:
- Kubernetes Version:
- Go version:
- Hardware specs (e.g. 4 vCPUs, 16GB RAM, bare metal vs VM):

View File

@ -0,0 +1,18 @@
---
name: Feature request
about: Suggest an hostconfig operator feature
title: ''
labels: enhancement, triage
assignees: ''
---
**Problem description (if applicable)**
A description of the problem or background information that illustrates the need
for a new feature.
**Proposed change**
A detailed description of the new, requested behavior.
**Potential impacts**
Potential security or performance related impacts.