Merge "Add GitHub issue templates"

This commit is contained in:
Zuul 2020-02-07 17:00:34 +00:00 committed by Gerrit Code Review
commit 9a47c9b423
2 changed files with 43 additions and 0 deletions

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

@ -0,0 +1,25 @@
---
name: Bug report
about: Report a bug or unexpected airshipctl behavior
title: ''
labels: bug
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**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 airshipctl feature
title: ''
labels: enhancement
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.