summaryrefslogtreecommitdiffhomepage
path: root/.github/ISSUE_TEMPLATE/bug_report.md
blob: 50d187633f0c9ea5173412f32a82e1fdd1581a7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
name: Bug report
about: Create a bug report to help us improve
title:
labels:
  - 'type: bug'
assignees: ''
---

**Description**

A clear description of what the bug is. If possible, explicitly indicate the
expected behavior vs. the observed behavior.

**Steps to reproduce**

If available, please include detailed reproduction steps.

If the bug requires software that is not publicly available, see if it can be
reproduced with software that is publicly available.

**Environment**

Please include the following details of your environment:

*   `runsc -version`
*   `docker version` or `docker info` (if available)
*   `kubectl version` and `kubectl get nodes` (if using Kubernetes)
*   `uname -a`
*   `git describe` (if built from source)
*   `runsc` debug logs (if available)