Skip to content

Commit

Permalink
Creating issue template for bug tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
terylt committed Oct 30, 2019
1 parent 08cafa7 commit 8011ed6
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: ''
assignees: ''

---

**Indicate project**
i.e. collector, exporter, deployment, etc.
Note please also indicate project with correct issue label

**Describe the bug**
A clear and concise description of what the bug is.

**To reproduce**
Steps to reproduce the behavior:
1. '...'
2. '...'
3. '...'

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Environment (please complete the following information):**
- OS: [e.g. ubuntu 16.04, kernel version]
- SysFlow version: [e.g. v0.1, specify branch if applicable]
- Command line arguments and filters (if applicable):
- Configurations (if applicable):
- Container orchestration framework and version (if applicable): [e.g kubernetes, openshift]
- Container runtime (if applicable): [e.g. Docker, CRI-O] etc.

**Additional context**
Add any other context about the problem here.

**Files**
Attach any additional log files, config files, scripts or filters, sample sysflow, etc. that will help diagnose the problem

0 comments on commit 8011ed6

Please sign in to comment.