Skip to content
This repository has been archived by the owner on Feb 27, 2023. It is now read-only.

Commit

Permalink
Add bug/rfe templates
Browse files Browse the repository at this point in the history
Signed-off-by: Kris Dockery <kris.dockery@gmail.com>
  • Loading branch information
krisdock committed Jul 31, 2018
1 parent cfa5164 commit f2a3a2a
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 6 deletions.
28 changes: 28 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
---
name: Bug report
about: Tell us about a problem you are experiencing

---

**What steps did you take and what happened:**
[A clear and concise description of what the bug is.]


**What did you expect to happen:**


**Anything else you would like to add:**
[Miscellaneous information that will assist in solving the issue.]


**Environment**:

- Gimbal Cluster Kubernetes version (use `kubectl version`):
- Backend Cluster versions (OpenStack and/or Kubernetes):
- Gimbal version (Gimbal git repository tag):
- Contour version:
- kubernetes-discoverer version:
- openstack-discoverer version (if applicable):
- Cloud provider or hardware configuration:
- OS (e.g. from /etc/os-release):
- Kernel (e.g. `uname -a`):
Original file line number Diff line number Diff line change
@@ -1,15 +1,18 @@
---
name: Feature enhancement request
about: Suggest an idea for this project

**Is this a BUG REPORT, PERFORMANCE REPORT or FEATURE REQUEST?**:
---

**What happened**:
**Describe the solution you'd like**
[A clear and concise description of what you want to happen.]

**What you expected to happen**:

**How to reproduce it (as minimally and precisely as possible)**:
**Anything else you would like to add:**
[Miscellaneous information that will assist in solving the issue.]

**Anything else we need to know?**:

**Environment**:
**Environment:**

- Gimbal Cluster Kubernetes version (use `kubectl version`):
- Backend Cluster versions (OpenStack and/or Kubernetes):
Expand Down

0 comments on commit f2a3a2a

Please sign in to comment.