https://github.com/cilium/cilium
Raw File
Tip revision: 61e157b6fe60b9565ab8e5d631166c236c858ccc authored by Thomas Graf on 28 April 2018, 10:29:45 UTC
Prepare for 1.0.1 release
Tip revision: 61e157b
issue_template.md
**Important:** Join our [slack channel](http://cilium.io/slack) for immediate
support and an opportunity to ask questions. Please also have a look at our
[FAQ](https://goo.gl/qG2YmU) for frequently asked questions first.

If you open a GitHub issue, please follow these guidelines:

1. It must be a bug or a feature request.
2. The form below must be filled out.

--------------

## Bug reports

### Title

Choose a descriptive title that summarizes the symptom of the bug

### General Information

- Cilium version (run `cilium version`)
- Kernel version (run `uname -a`)
- Orchestration system version in use (e.g. `kubectl version`, Mesos, ...)
- Link to relevant artifacts (policies, deployments scripts, ...)

### How to reproduce the issue

1. instruction 1
2. instruction 2

## Feature Requests

### Title

Choose a descriptive title, e.g. "Support delivering pizzas"

### Description of requested functionality

Paragraph goes here

### Example use cases

Use case description goes here

### List of sub tasks

- [ ] Task 1
- [ ] Task 2
- [ ] Task 3
back to top