-
Notifications
You must be signed in to change notification settings - Fork 210
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Mostly copied and adapted from cilium/cilium issue templates. Signed-off-by: Nicolas Busseneau <[email protected]>
- Loading branch information
1 parent
a030dda
commit c1170b2
Showing
3 changed files
with
81 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
--- | ||
name: Bug Report | ||
about: Report a bug encountered while operating Cilium CLI | ||
title: '' | ||
labels: 'kind/bug' | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- | ||
If you have usage questions, please try the [slack | ||
channel](http://cilium.io/slack) and see the [FAQ](https://goo.gl/qG2YmU) | ||
first. | ||
Choose either "Proposal" or "Bug report" | ||
--> | ||
|
||
## Bug report | ||
|
||
<!-- | ||
Important: For security related issues: We strongly encourage you to report | ||
security vulnerabilities to our private security mailing list: | ||
[email protected] - first, before disclosing them in any public forums. | ||
--> | ||
|
||
**General Information** | ||
|
||
- Cilium CLI version (run `cilium version`) | ||
- Orchestration system version in use (e.g. `kubectl version`, ...) | ||
- Platform / infrastructure information (e.g. AWS / Azure / GCP, image / kernel versions) | ||
- Link to relevant artifacts (policies, deployments scripts, ...) | ||
- Generate and upload a system zip: `cilium sysdump` | ||
|
||
**How to reproduce the issue** | ||
|
||
1. instruction 1 | ||
2. instruction 2 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
name: Failing Test | ||
about: Report test failures in Cilium CLI CI jobs | ||
title: 'CI: ' | ||
labels: area/CI, ci/flake | ||
assignees: '' | ||
|
||
--- | ||
|
||
## CI failure | ||
|
||
- Set title to be in the format `CI: <test-name>`. | ||
- Copy-paste the output the test failure. | ||
- Upload the zip file generated from that test failure. | ||
- Copy-paste the link of the CI build where that test failure has happen. | ||
- Include any output from logs that you think may be relevant (to ease GitHub searches). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
name: Feature Request | ||
about: Suggest a feature to Cilium CLI | ||
title: '' | ||
labels: kind/feature | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- | ||
If you have usage questions, please try the [slack | ||
channel](http://cilium.io/slack) and see the [FAQ](https://goo.gl/qG2YmU) | ||
first. | ||
Choose either "Proposal" or "Bug report" | ||
--> | ||
|
||
## Proposal / RFE | ||
|
||
**Is your feature request related to a problem?** | ||
|
||
**Describe the solution you'd like** |